node/lib/internal
Madara Uchiha 48bf59bb8b
http2: add support for AbortSignal to http2Session.request
- Add support
- Add test
- Docs once PR is up

PR-URL: https://github.com/nodejs/node/pull/36070
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
2020-11-22 13:20:50 -08:00
..
assert assert: refactor to use more primordials 2020-11-22 11:31:14 -08:00
bootstrap bootstrap: refactor to use more primordials 2020-11-10 11:40:56 -05:00
child_process child_process: refactor to use more primordials 2020-11-22 11:32:20 -08:00
cluster cluster: refactor to use more primordials 2020-11-22 11:32:44 -08:00
console console: use more primordials 2020-11-09 13:34:57 -05:00
crypto crypto: fix passing TypedArray to webcrypto AES methods 2020-11-22 11:32:38 -08:00
dns dns: add a cancel() method to the promise Resolver 2020-11-22 12:42:31 -08:00
fs fs: filehandle read now accepts object as argument 2020-11-22 12:58:29 -08:00
http2 http2: add support for AbortSignal to http2Session.request 2020-11-22 13:20:50 -08:00
main lib: refactor to use more primordials 2020-11-22 13:15:54 -08:00
modules esm: refactor to use more primordials 2020-11-22 12:42:01 -08:00
per_context lib: remove primordials.SafePromise 2020-11-22 13:15:20 -08:00
policy
process promise: emit error on domain unhandled rejections 2020-11-22 12:43:47 -08:00
quic tools: add new ESLint rule: prefer-primordials 2020-11-09 13:35:01 -05:00
readline tools: add new ESLint rule: prefer-primordials 2020-11-09 13:35:01 -05:00
repl readline: add getPrompt to get the current prompt 2020-11-22 10:19:09 -08:00
source_map module: refactor to use iterable-weak-map 2020-11-09 13:35:00 -05:00
streams stream: fix thrown object reference 2020-11-10 11:41:00 -05:00
test
util util: fix to inspect getters that access this 2020-11-22 11:11:52 -08:00
vm vm: refactor to use more primordials 2020-11-22 12:42:07 -08:00
worker events: define abort on prototype 2020-11-09 13:35:02 -05:00
abort_controller.js lib: set abort-controller toStringTag 2020-11-22 13:15:41 -08:00
assert.js
async_hooks.js async_hooks: refactor to use more primordials 2020-11-22 13:20:08 -08:00
blocklist.js
buffer.js http2: add support for TypedArray to getUnpackedSettings 2020-11-22 13:15:49 -08:00
child_process.js child_process: add ChildProcess 'spawn' event 2020-11-03 17:54:14 +01:00
cli_table.js
constants.js
dgram.js
dtrace.js
encoding.js lib: use remaining typed arrays from primordials 2020-10-07 13:44:21 +00:00
error_serdes.js lib: use global Error constructors from primordials 2020-10-07 13:44:19 +00:00
errors.js errors: refactor to use more primordials 2020-11-22 13:20:31 -08:00
event_target.js events: add max listener warning for EventTarget 2020-11-22 12:56:33 -08:00
fixed_queue.js
freelist.js
freeze_intrinsics.js lib,tools: enforce access to prototype from primordials 2020-11-22 12:41:58 -08:00
heap_utils.js
histogram.js
http.js tools: add new ESLint rule: prefer-primordials 2020-11-09 13:35:01 -05:00
idna.js
inspector_async_hook.js async_hooks: refactor to use more primordials 2020-11-22 13:20:08 -08:00
js_stream_socket.js
linkedlist.js
net.js
options.js
priority_queue.js
querystring.js querystring: reduce memory usage by Int8Array 2020-11-22 10:19:15 -08:00
readme.md
repl.js lib: use Number.parseInt from primordials 2020-10-07 13:44:20 +00:00
socket_list.js
stream_base_commons.js
timers.js tools: add new ESLint rule: prefer-primordials 2020-11-09 13:35:01 -05:00
tls.js
trace_events_async_hooks.js
tty.js
url.js querystring: reduce memory usage by Int8Array 2020-11-22 10:19:15 -08:00
util.js
v8_prof_polyfill.js
v8_prof_processor.js lib: refactor to use more primordials 2020-11-09 13:34:58 -05:00
validators.js lib: use Number.parseInt from primordials 2020-10-07 13:44:20 +00:00
watchdog.js
worker.js worker: add eventLoopUtilization() 2020-11-03 17:54:13 +01:00

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.