@@ -63,7 +63,7 @@ function init(asyncId, type, triggerAsyncId, resource) { }
6363
6464// before is called just before the resource's callback is called. It can be
6565// 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 ).
6767function before (asyncId ) { }
6868
6969// 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
236236resource's constructor.
237237
238238``` text
239- FSEVENTWRAP, FSREQWRAP , GETADDRINFOREQWRAP, GETNAMEINFOREQWRAP, HTTPPARSER,
239+ FSEVENTWRAP, FSREQCALLBACK , GETADDRINFOREQWRAP, GETNAMEINFOREQWRAP, HTTPPARSER,
240240JSSTREAM, PIPECONNECTWRAP, PIPEWRAP, PROCESSWRAP, QUERYWRAP, SHUTDOWNWRAP,
241- SIGNALWRAP, STATWATCHER, TCPCONNECTWRAP, TCPSERVER , TCPWRAP, TTYWRAP,
241+ SIGNALWRAP, STATWATCHER, TCPCONNECTWRAP, TCPSERVERWRAP , TCPWRAP, TTYWRAP,
242242UDPSENDWRAP, UDPWRAP, WRITEWRAP, ZLIB, SSLCONNECTION, PBKDF2REQUEST,
243243RANDOMBYTESREQUEST, TLSWRAP, Microtask, Timeout, Immediate, TickObject
244244```
0 commit comments