mirror of
https://github.com/nodejs/node.git
synced 2024-11-22 07:37:56 +01:00
a3abc42587
Implementing the inspector session object as an async resource causes unwanted context change when a breakpoint callback function is being called. Modelling the inspector api without the AsyncWrap base class ensures that the callback has access to the AsyncLocalStorage instance that is active in the affected user function. See `test-inspector-async-context-brk.js` for an illustration of the use case. PR-URL: https://github.com/nodejs/node/pull/51501 Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> |
||
---|---|---|
.. | ||
async_wrap.d.ts | ||
blob.d.ts | ||
config.d.ts | ||
constants.d.ts | ||
fs.d.ts | ||
http_parser.d.ts | ||
messaging.d.ts | ||
modules.d.ts | ||
options.d.ts | ||
os.d.ts | ||
quic.d.ts | ||
serdes.d.ts | ||
symbols.d.ts | ||
timers.d.ts | ||
types.d.ts | ||
url.d.ts | ||
util.d.ts | ||
worker.d.ts |