node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

Results 1539 node issues
Sort by recently updated
recently updated
newest added

During the V8 13.6 upgrade we noticed a crash on Windows that's likely caused by a bug of the `std::unordered_map` implementation in MSVC STL https://github.com/nodejs/node/pull/57753#issuecomment-2833798493 - workaround in https://github.com/nodejs/node/commit/4d7da6cca1c1a894032b11b19fc707d605f44400. I...

windows
build

Refs [57961](https://github.com/nodejs/node/issues/57961) Fixes: https://github.com/nodejs/node/issues/57961 This PR updates the `isError` function in `lib/internal/util.js` to use the native `Error.isError` method if it is available.

util
needs-ci

Notable changes: - [JSPI for WebAssembly](https://chromestatus.com/feature/5674874568704000)

semver-major
build
v8 engine
meta
needs-ci
dependencies

With [Version 24.0.0](https://github.com/nodejs/node/pull/57609) V8 will be updated to 13.4 and [Error.isError](https://github.com/tc39/proposal-is-error) will be available, with that we can update the way we check if an object is an error in...

### Version v22.14.0 ### Platform ```text Microsoft Windows NT 10.0.26100.0 x64 ``` ### Subsystem internal/modules/cjs/loader ### What steps will reproduce the bug? 1. Create a package which declares explicit exports...

### Version Tested v18.15.0 and v20.0.0-nightly2023041197d3912eb8 ### Platform Microsoft Windows NT 10.0.19042.0 x64 ### Subsystem _No response_ ### What steps will reproduce the bug? Launch [server.js](https://github.com/nodejs/node/files/11212666/server.txt) Launch [client.js](https://github.com/nodejs/node/files/11212665/client.txt) ### How...

fetch

Aims to close #56703. The PR proposes the addition of a new flag (provisionally named `strictHttpFieldValidation`) to be added while creating an HTTP/2 session (either client or server side). The...

c++
lib / src
needs-ci

### Version v23.11.0 ### Platform ```text Darwin Kernel Version 24.4.0 (ARM) but likely not relevant ``` ### Subsystem test_runner ### What steps will reproduce the bug? Create the 3 below...

It seems test-child-process-exec-abortcontroller-promisified doesn't cleanup correct as I see 2 running node.js processes afterwards. On my local windows I see two instances of `node.exe" -e "setInterval(()=>{}, 99)"` after this test....

child_process
windows
test
abortcontroller

### What is the problem this feature will solve? I noticed `util.styleText()` supports colorizing text in GitLab CI and GitHub Actions in 22.14, but not in 22.15. And in 22.14,...

feature request