Skip to content

async_hooks: deprecate the AsyncResource.bind asyncResource property

Runtime-deprecates the asyncResource property that is attached to the wrapper function returned by asyncResource.bind(). This property is not expected to align with the equivalent asyncContext.wrap() API in the proposed TC39 standard.

/cc @nodejs/async_hooks

Merge request reports

Loading