You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prototype of a new getActiveResources() API for async_hooks.
Returns an object map of { <id>: <resource> }, and differs slightly from getActiveHandles().
Currently, it works for all async_hooks resources except nextTick-s, which are probably not useful to expose in this way.
0 commit comments