node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
Copied from https://github.com/nodejs/docker-node/issues/1082 We've witnessed a consistent memory leak in 2 versions of the node alpine Docker images: `node:10.15.3-alpine` and `node:10.16.0-alpine`. This leak may be present in other versions of...
This was missing from https://github.com/nodejs/node/pull/51344
This PR adds a new flag to benchmark/run.js. You can pass the `--runs` to define the amount of benchmark suite runs.
Fixes #54294
### Test test-runner-coverage ### Platform Windows ARM64 ### Console output ```console --- duration_ms: 22940.912 exitcode: 1 severity: fail stack: "\u25B6 test coverage report\n \u2714 handles the inspector not being available\...
### Version 22.9.0 (Docker Latest) ### Platform ```text Linux (Docker Latest) root@0cd652c8fcb1:/# uname -a Linux 0cd652c8fcb1 5.15.0-84-generic #93-Ubuntu SMP Tue Sep 5 17:16:10 UTC 2023 x86_64 GNU/Linux ``` ### Subsystem...
While the external API for QUIC is expected to be the WebTransport API primarily, this provides the internal API for QUIC that aligns with the native C++ QUIC components. This...
Notable changes: * [WebAssembly JS String Builtins](https://chromestatus.com/feature/6695587390423040)
Upon trying out [the example listed in the docs](https://nodejs.org/api/events.html#eventsonceemitter-name-options) on how to use `once()` with an `AbortSignal`, I noticed that it does not work the way the example demonstrates. When...