mirror of
https://github.com/nodejs/node.git
synced 2024-11-22 07:37:56 +01:00
3d841fe20d
This API is designed to enable worker threads use Inspector protocol on main thread (and other workers through NodeWorker domain). Note that worker can cause dead lock by suspending itself. I will work on a new API that will allow workers to be hidden from the inspector. Fixes: https://github.com/nodejs/node/issues/28828 PR-URL: https://github.com/nodejs/node/pull/28870 Reviewed-By: Aleksei Koziatinskii <ak239spb@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> |
||
---|---|---|
.. | ||
assert | ||
bootstrap | ||
cluster | ||
console | ||
crypto | ||
dns | ||
fs | ||
http2 | ||
main | ||
modules | ||
per_context | ||
policy | ||
process | ||
readline | ||
repl | ||
streams | ||
test | ||
util | ||
vm | ||
worker | ||
assert.js | ||
async_hooks.js | ||
buffer.js | ||
child_process.js | ||
cli_table.js | ||
constants.js | ||
dgram.js | ||
dtrace.js | ||
encoding.js | ||
error-serdes.js | ||
errors.js | ||
fixed_queue.js | ||
freelist.js | ||
freeze_intrinsics.js | ||
http.js | ||
idna.js | ||
inspector_async_hook.js | ||
js_stream_socket.js | ||
linkedlist.js | ||
net.js | ||
options.js | ||
priority_queue.js | ||
querystring.js | ||
readme.md | ||
repl.js | ||
socket_list.js | ||
stream_base_commons.js | ||
timers.js | ||
tls.js | ||
trace_events_async_hooks.js | ||
tty.js | ||
url.js | ||
util.js | ||
v8_prof_polyfill.js | ||
v8_prof_processor.js | ||
validators.js | ||
worker.js |
Internal Modules
The modules in lib/internal
are intended for internal use in Node.js core
only, and are not accessible with require()
from user modules. These modules
can be changed at any time. Reliance on these modules outside of core
is not supported in any way.