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

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

fs
needs-ci

This is an automated update of c-ares to v1.34.2.

cares
needs-ci
dependencies

This is an automated update of acorn to 8.13.0.

lib / src
needs-ci
dependencies

This is an automated update of ngtcp2 to 1.8.1.

needs-ci
quic
dependencies

This is an automated update of googletest to df1544b.

test
needs-ci
dependencies

`Readable`'s `highWaterMark` has in fact been 64KiB since #52037.

doc
fs

Followup #54842 This PR runtime-deprecates instantiating the REPL classes without the `new` keyword.

util
repl
semver-major
deprecations
needs-ci
needs-citgm

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

path
author ready
needs-ci
revert

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

dgram
c++
author ready
needs-ci

Fixes #54417 Ref: #55452 `v8::String::Value` is deprecated, so this PR replaces it with `v8::String::ValueView`

c++
lib / src
author ready
needs-ci
needs-citgm
needs-benchmark-ci