0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-25 08:19:38 +01:00
nodejs/lib
Antoine du Hamel 309c71ae38
lib: add --no-experimental-global-navigator CLI flag
PR-URL: https://github.com/nodejs/node/pull/50562
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
2023-11-08 17:24:51 +00:00
..
assert
dns
fs
inspector
internal lib: add --no-experimental-global-navigator CLI flag 2023-11-08 17:24:51 +00:00
path
readline
stream
test test_runner: adds built in lcov reporter 2023-10-25 12:11:32 +00:00
timers
util
_http_agent.js http: refactor to make servername option normalization testable 2023-10-06 15:31:05 +02:00
_http_client.js
_http_common.js
_http_incoming.js
_http_outgoing.js http: reduce parts in chunked response when corking 2023-10-15 12:19:48 +00:00
_http_server.js
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js
_tls_wrap.js tls: reduce TLS 'close' event listener warnings 2023-10-18 19:44:40 +00:00
.eslintrc.yaml src: implement structuredClone in native 2023-10-25 17:45:11 +00:00
assert.js
async_hooks.js
buffer.js buffer: remove unnecessary assignment in fromString 2023-10-19 11:47:45 +00:00
child_process.js typings: update JSDoc for cwd in child_process 2023-08-08 15:32:31 +08:00
cluster.js
console.js
constants.js
crypto.js
dgram.js
diagnostics_channel.js lib: implement WeakReference on top of JS WeakRef 2023-08-16 18:45:07 +02:00
dns.js
domain.js lib: implement WeakReference on top of JS WeakRef 2023-08-16 18:45:07 +02:00
events.js stream: pre-allocate _events 2023-10-29 16:29:59 +00:00
fs.js fs: update param in jsdoc for readdir 2023-10-30 15:51:07 +00:00
http2.js
http.js lib: update params in jsdoc for HTTPRequestOptions 2023-09-29 13:14:24 +02:00
https.js lib: update params in jsdoc for HTTPRequestOptions 2023-09-29 13:14:24 +02:00
inspector.js
module.js
net.js
os.js os: cache homedir, remove getCheckedFunction 2023-10-15 06:50:31 +00:00
path.js
perf_hooks.js
process.js
punycode.js
querystring.js
readline.js
repl.js vm: use internal versions of compileFunction and Script 2023-10-17 13:24:53 +00:00
stream.js errors: improve performance of instantiation 2023-09-28 09:57:38 +00:00
string_decoder.js
sys.js
test.js
timers.js
tls.js
trace_events.js
tty.js
url.js url: validate pathToFileURL(path) argument as string 2023-08-31 20:35:04 +08:00
util.js
v8.js
vm.js vm: allow dynamic import with a referrer realm 2023-11-01 06:05:13 +00:00
wasi.js
worker_threads.js
zlib.js