node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

Results 1241 node issues
Sort by recently updated
recently updated
newest added

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...

memory

This was missing from https://github.com/nodejs/node/pull/51344

test
needs-ci
permission

This PR adds a new flag to benchmark/run.js. You can pass the `--runs` to define the amount of benchmark suite runs.

commit-queue-squash

author ready
needs-ci
commit-queue
test_runner

Fixes #54294

process
experimental
needs-ci
commit-queue-squash
strip-types

### 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\...

windows
flaky-test
coverage
test_runner

### 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...

stream

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...

c++
lib / src
needs-ci
quic
dont-land-on-v18.x
dont-land-on-v20.x

Notable changes: * [WebAssembly JS String Builtins](https://chromestatus.com/feature/6695587390423040)

semver-major
build
v8 engine
blocked
needs-ci
dependencies
commit-queue-rebase

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...

doc
events