node
node copied to clipboard
Node.js JavaScript runtime β¨π’πβ¨
### Test test-watch-mode ### Platform Other ### Console output ```console ................. failed 9 out of 10 F...... === release test-watch-mode === Path: sequential/test-watch-mode Error: --- stderr --- (node:162497) ExperimentalWarning: The...
This PR implements the Happy Eyeballs algorithm. A new option `autoDetectFamily`Β is added to `net.connect`. When enabled and when family is still `0`, the lookup phase will keep all records...
For the initial iteration, only the default resolver can be serialized/deserialized. If `dns.setServers()` has been called, we'll preserve the configured DNS servers in the snapshot. We can consider exposing the...
I think it would be more intuitive if the docs showed passing assertions
This allows the misc/startup benchmark to run again after the renaming of the C++ `native_module` to `builtins` Refs: https://github.com/nodejs/node/pull/44135
This PR adds explicit [permissions section](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions) to workflows. This is a security best practice because by default workflows run with [extended set of permissions](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token) (except from `on: pull_request` [from external...
With the introduction of web streams, it would be good to integrate support into the various common stream utilities... Refs: https://github.com/nodejs/node/pull/39134 /cc @mcollina @ronag * `stream.finished()` ```js const { finished...
### Version 12, 14, and 16 ### Platform At gitlab, in gitlab-runner using the image node:14, etc. Linux runner--project-0-concurrent-0 5.10.25-linuxkit #1 SMP Tue Mar 23 09:27:39 UTC 2021 x86_64 x86_64...
The comments in bootstrap/node.js are now out of date due to recent changes to the bootstrap process. Update them to reflect the current status.
#### lib: brand check event handler property receivers Event handler properties defined by `defineEventHandler` should check if the receiver is a valid `EventTarget`. #### perf_hooks: fix webperf idlharness 1. Enforce...