node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

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

Signed-off-by: James M Snell

needs-ci
quic
dont-land-on-v14.x

### Version 16.16.0 ### Platform macOS 11.6.8 5 20G730 ### Subsystem _No response_ ### What steps will reproduce the bug? Examples in our CI: - https://github.com/vitest-dev/vitest/runs/7704223380?check_suite_focus=true - https://github.com/vitest-dev/vitest/runs/7685754161?check_suite_focus=true After all...

worker

Refs: https://github.com/nodejs/node/issues/43946 - Add instructions on updating llhttp version in file maintained only in Node.js repository as it needs to be kept in sync with what is copied from the...

doc

trace fs async api. @jasnell - [x] `make -j4 test` (UNIX), or `vcbuild test` (Windows) passes - [x] tests and/or benchmarks are included - [x] documentation is changed or added...

c++
fs
needs-ci

fix gc elapsed time Refs: https://github.com/nodejs/node/issues/44046 - [x] `make -j4 test` (UNIX), or `vcbuild test` (Windows) passes - [x] tests and/or benchmarks are included - [x] documentation is changed or...

c++
needs-ci

Previously, calling `ReadableStreamDefaultReader.releaseLock()` or `ReadableStreamBYOBReader.releaseLock()` while there are pending `read()` requests would throw a `TypeError`. The specification has been changed to allow this case, and to reject such pending `read()`...

feature request
web streams

* **Version**: 10.16 * **Platform**: Mac * **Subsystem**: fs There seems to have been a massive performance decrease in FSWatcher.close() introduced in 10.16. I use `ts-node-dev` as a file watcher...

fs

Add basic tests for providers when using OpenSSL 3.x. --- Intent is to add these basic tests and then extend in a follow up PR to cover e.g. fips. cc...

crypto
test
openssl
addons
needs-ci

This PR seeks to resolve an race condition issue while shutting down node with neon bindings. Due to the race, it is possible to call into JavaScript during shutdown while...

c++
node-api
needs-ci

After reading the contributing guidelines, in my opinion this is the best place I found to raise this issue. I understand this may not be correct though, sorry in advance...

feature request
security