phantom-render-stream
phantom-render-stream copied to clipboard
Render a webpage and get the image/pdf as a stream.
In `index.js`, there are these lines which make it appear that you might be able to see STDOUT output from the `phantom-process.js` file if you have debugging turned on with...
I wanted to use the Basic Auth headers while rendering the page using phatomJs. However, even though I set this var while defining the var render, it is not reflected/used....
As discussed in #42, we need to limit the queue-size in which every worker can handle. If every worker is busy, each worker in the pool can right now have...
This seems like a useful and easy addition, but depends on the phantomFlags work being merged first.
If one request sets a cookie, and a future request re-uses the same phantom pool member, doesn't that mean the future request would be using the cookies from the previous...
The documentation implies that all options accepted by `phantom()` are meaningful to `render()`. However, only a subset of options of the options used in `phantom` are passed to `render`. The...