Eduardo Sorribas

Results 6 comments of Eduardo Sorribas

Good Idea. I will try to work on this when I have some free time.

The error is emitted on the rendering string, so you have to add an error handler to it. Something like this. ``` js var phantom = require('phantom-render-stream'); var render =...

It should work in the browser when compiled with browserify or a similar bundler. Do you have any specific issues you're facing?

I'm trying to use this module for migrations but my production DB system requires clients to use SSL and couldn't configure this module to use SSL. This fixed it for...