node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
The original implementation of the experimental `FileHandle.readableWebStream` API created non-`type: 'bytes'` streams, which prevented callers from creating `mode: 'byob'` readers from the returned stream, which means they could not achieve...
This is an automated update of c-ares to v1.34.2.
This is an automated update of acorn to 8.13.0.
This is an automated update of ngtcp2 to 1.8.1.
This is an automated update of googletest to df1544b.
`Readable`'s `highWaterMark` has in fact been 64KiB since #52037.
Followup #54842 This PR runtime-deprecates instantiating the REPL classes without the `new` keyword.
This (uncleanly) reverts commit efbba60. Fixes #55410 --- The commit efbba60 introduced a change where paths would **retain trailing `/` characters**. This change led to issues in `npm` and likely...
`UV_UDP_REUSEPORT` allows users to bind a port to multiple sockets. Refs: https://github.com/libuv/libuv/pull/4419 - [x] `make -j4 test` (UNIX), or `vcbuild test` (Windows) passes - [x] tests and/or benchmarks are included...
Fixes #54417 Ref: #55452 `v8::String::Value` is deprecated, so this PR replaces it with `v8::String::ValueView`