@@ -63,7 +63,7 @@ function init(asyncId, type, triggerAsyncId, resource) { }
63
63
64
64
// before is called just before the resource's callback is called. It can be
65
65
// called 0-N times for handles (e.g. TCPWrap), and will be called exactly 1
66
- // time for requests (e.g. FSReqWrap ).
66
+ // time for requests (e.g. FSReqCallback ).
67
67
function before (asyncId ) { }
68
68
69
69
// after is called just after the resource's callback has finished.
@@ -236,9 +236,9 @@ The `type` is a string identifying the type of resource that caused
236
236
resource's constructor.
237
237
238
238
``` text
239
- FSEVENTWRAP, FSREQWRAP , GETADDRINFOREQWRAP, GETNAMEINFOREQWRAP, HTTPPARSER,
239
+ FSEVENTWRAP, FSREQCALLBACK , GETADDRINFOREQWRAP, GETNAMEINFOREQWRAP, HTTPPARSER,
240
240
JSSTREAM, PIPECONNECTWRAP, PIPEWRAP, PROCESSWRAP, QUERYWRAP, SHUTDOWNWRAP,
241
- SIGNALWRAP, STATWATCHER, TCPCONNECTWRAP, TCPSERVER , TCPWRAP, TTYWRAP,
241
+ SIGNALWRAP, STATWATCHER, TCPCONNECTWRAP, TCPSERVERWRAP , TCPWRAP, TTYWRAP,
242
242
UDPSENDWRAP, UDPWRAP, WRITEWRAP, ZLIB, SSLCONNECTION, PBKDF2REQUEST,
243
243
RANDOMBYTESREQUEST, TLSWRAP, Microtask, Timeout, Immediate, TickObject
244
244
```
0 commit comments