mirror of
https://github.com/nodejs/node.git
synced 2025-05-21 12:25:12 +00:00
![]() It is possible that the internal hnadleMessage() might try to send to a channel that has been closed. The result can be an AssertionError. Guard against this. Fixes: https://github.com/nodejs/node/issues/4205 PR-URL: https://github.com/nodejs/node/pull/4418 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> |
||
---|---|---|
.. | ||
streams | ||
child_process.js | ||
cluster.js | ||
freelist.js | ||
linkedlist.js | ||
module.js | ||
readline.js | ||
readme.md | ||
repl.js | ||
socket_list.js | ||
util.js | ||
v8_prof_polyfill.js | ||
v8_prof_processor.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 are subject to change at any time. Reliance on these modules outside of core is not supported in any way.