Re: [nodejs] Re: [ANN] webkitgtk - version 1.0

2014-09-23 Thread Jérémy Lal
Hello again, after several modifications, i just pushed version 1.0. ``` WebKit().load('http://github.com') .png('github.png') .pdf('github.pdf') .html(function(err, html) { // the html body as string console.log(this.status, html); }).on('authenticate', function(auth) { auth.u

Re: [nodejs] Re: [ANN] webkitgtk - version 1.0

2014-09-23 Thread Dhi Aurrahman
nice! Dhi Aurrahman GPG Key: http://bit.ly/rckbrsgpg On Wed, Sep 24, 2014 at 7:22 AM, Jérémy Lal wrote: > Hello again, > after several modifications, i just pushed version 1.0. > > ``` > WebKit().load('http://github.com') > .png('github.png') > .pdf('github.pdf') > .html(function(err, htm