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

## TODO - [x] Add tests - [x] Add documentation

needs-ci
test_runner

### Version v21.7.1 ### Platform Microsoft Windows NT 10.0.22631.0 x64 ### Subsystem Class: Buffer ### What steps will reproduce the bug? ``` const arraybuffer = new ArrayBuffer(4, { maxByteLength: 4096...

buffer
repro-exists
v20.x

#### src: create handle scope in FastInternalModuleStat It needs a handle scope for the context handle. Since the FastApiCallbackOptions struct doesn't have isolate on it in V8 12.4 on Node.js...

build
notable-change
needs-ci
v22.x

## 2024-08-26, Version 22.8.0 (Current), @RafaelGSS ### Notable Changes * \[[`94eb81a739`](https://github.com/nodejs/node/commit/94eb81a739)] - **(SEMVER-MINOR)** **net**: exclude ipv6 loopback addresses from server.listen (Giovanni Bucci) [#54264](https://github.com/nodejs/node/pull/54264) * \[[`421f563914`](https://github.com/nodejs/node/commit/421f563914)] - **(SEMVER-MINOR)** **test\_runner**: add support...

needs-ci
release
v22.x

a WPT updater that specifically targets the url subsystem for more controlled and focused updates.

meta
review wanted
commit-queue-squash

As requested in https://github.com/nodejs/node/pull/54461#issuecomment-2308997755

module
esm
needs-ci
v22.x

This draft is not ready for review. Opening it in its current state for visibility.

wip
c++
module
semver-minor
needs-ci
typings

Currently, we generate invalid JSON if the specifier contains `"`, this can be addressed by escaping all double quotes like this PR is doing.

util
author ready
needs-ci

The wasm simd256 revectorization feature is enabled by default when v8_enable_webassembly is true on x64 target in V8. At runtime it will be enabled through flag --experimental-wasm-revectorize. This PR adds...

build
v8 engine
tools
needs-ci

Align TextDecoderStream behavior with WPT requirements by treating undefined chunks as errors. This change ensures that TextDecoderStream properly handles unexpected chunk types and throws an error when receiving undefined input....

author ready
needs-ci
commit-queue
web streams