node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
## TODO - [x] Add tests - [x] Add documentation
### 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...
#### 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...
## 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...
a WPT updater that specifically targets the url subsystem for more controlled and focused updates.
As requested in https://github.com/nodejs/node/pull/54461#issuecomment-2308997755
This draft is not ready for review. Opening it in its current state for visibility.
Currently, we generate invalid JSON if the specifier contains `"`, this can be addressed by escaping all double quotes like this PR is doing.
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...
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....