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

When sending an HTTP request, for some use cases you want _full_ control of the request headers: controlling the raw format directly and setting only the headers provided, with no...

http
needs-ci

Fixes: https://github.com/nodejs/node/issues/56097 Added handling for ArrayBuffers, SharedArrayBuffers and Int16Arrays , which were not properly considered in the new method `assert.partialDeepStrictEqual` . This PR should move the feature one step closer...

assert
author ready
needs-ci

Original bug was introduced in here: https://github.com/nodejs/node/pull/55155/files#diff-33f026e43570112875cf4c8eab6743496f3aa014329611128e348ec23d6f771cL1303-R1313 Doesn't seem like that it actually leads to any problems, except extra memcpy

c++
http2
needs-ci

Refs #55328 Fixes #55328 This PR adds a finalizer to the non-composed signals used in `AbortSignal.any`. With that finalizer, those settled signals can be removed from `gcPersistentSignals`. ## Comparison This...

author ready
needs-ci

This change sets the default `kMaxEventTargetListeners` property for `AbortSignal` instances to 0, disabling the check per default, to enable users to write isomorphic library code. If desirable, the max event...

author ready

This fixes #55922 ## Change summary Updated the reporter.diagnostic to accept level parameter like this ```js diagnostic(nesting, loc, message, level = 'info') { this[kEmitMessage]('test:diagnostic', { __proto__: null, nesting, message, level,...

needs-ci
test_runner

Since the `PRODUCT_DIR_ABS` gyp variable is meant to be used in a C string in the OpenSSL config, provide a version of it that actually provides it in a way...

build
openssl
tools
needs-ci
gyp
dependencies
commit-queue-rebase

1. Groups compilation cache APIs together (`flushCompileCache`, `enableCompileCache`, and `getCompileCacheDir`), under a level 2 heading `Module compile cache`. 1. Fixes that `flushCompileCache` was under the level 2 heading `Source map...

doc
module
author ready
commit-queue
dont-land-on-v18.x
dont-land-on-v20.x

The `test:enqueue` and `test:dequeue` events now include a `type` in `details` to allow reporters to distinguish if it was a suite or test. Fixes #51235

needs-ci
test_runner

Refactored report-worker tests to use the node:test module for better structure and consistency. this is part of a long pull request: https://github.com/nodejs/node/pull/56024

test
needs-ci
report