Skip to content

3.1.0

Compare
Choose a tag to compare
@floatdrop floatdrop released this 09 May 07:44
· 1331 commits to main since this release

error event now have additional body and response arguments in callback:

got('http://giggle.com')
    .on('error', function (error, body, response) {
        console.log(error, body, response);
    });

v3.0.0...v3.1.0