Skip to content

1.1.0

Choose a tag to compare

@IonicaBizau IonicaBizau released this 28 May 12:07
· 76 commits to master since this release

Now we can listen for data, error and end events:

var req = Tinyreq("...");
req.on("data", fn);
req.on("error", fn);
req.on("end", fn);