node/lib
Deokjin Kim 2ff8c5090e
events: add initEvent to Event
Refs: https://dom.spec.whatwg.org/#dom-event-initevent
PR-URL: https://github.com/nodejs/node/pull/46069
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2023-01-19 08:59:00 +00:00
..
assert
dns
fs
inspector
internal events: add initEvent to Event 2023-01-19 08:59:00 +00:00
path
readline
stream
timers
util
_http_agent.js http: refactor to use min of validateNumber for maxTotalSockets 2023-01-13 14:39:54 +00:00
_http_client.js lib: refactor to use validate function 2023-01-14 09:52:26 +00:00
_http_common.js http: join authorization headers 2023-01-03 10:43:21 +00:00
_http_incoming.js http: join authorization headers 2023-01-03 10:43:21 +00:00
_http_outgoing.js http: refactor to use validateHeaderName 2023-01-17 13:40:39 +00:00
_http_server.js http: writeHead if statusmessage is undefined dont override headers 2023-01-17 09:05:53 +00:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
_tls_wrap.js lib: refactor to use validate function 2023-01-14 09:52:26 +00:00
.eslintrc.yaml tools: fix lint rule recommendation 2023-01-03 17:28:28 +00:00
assert.js assert: remove assert.snapshot 2023-01-07 20:24:24 +00:00
async_hooks.js lib: refactor to use validate function 2023-01-14 09:52:26 +00:00
buffer.js buffer: use min/max of validateNumber 2023-01-18 10:36:27 +00:00
child_process.js
cluster.js
console.js
constants.js
crypto.js
dgram.js dgram: sync the old handle state to new handle 2023-01-03 06:28:08 +00:00
diagnostics_channel.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
dns.js
domain.js
events.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
fs.js bootstrap: lazy load non-essential modules 2022-12-09 22:37:35 +00:00
http2.js
http.js http: join authorization headers 2023-01-03 10:43:21 +00:00
https.js
inspector.js
module.js
net.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
os.js os: add availableParallelism() 2022-12-21 16:53:24 -05:00
path.js
perf_hooks.js
process.js
punycode.js
querystring.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
readline.js lib: add missing type of removeEventListener in question 2022-12-01 14:39:39 +00:00
repl.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
stream.js
string_decoder.js
sys.js
test.js
timers.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
tls.js
trace_events.js lib: refactor to use validateObject 2021-01-28 12:53:50 +01:00
tty.js
url.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
util.js bootstrap: lazy load non-essential modules 2022-12-09 22:37:35 +00:00
v8.js
vm.js modules: move callbacks and conditions into modules/esm/utils.js 2022-12-16 12:44:10 +01:00
wasi.js
worker_threads.js
zlib.js