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

### Version v17.7.0 ### Platform Windows ### Subsystem _No response_ ### What steps will reproduce the bug? Compile NodeJS and add a linked module by e.g. using this command: ```bash...

confirmed-bug
build

PR-URL: https://github.com/nodejs/node/pull/48377 Reviewed-By: Rafael Gonzaga Reviewed-By: Antoine du Hamel Reviewed-By: Paolo Insogna

tools
v16.x

We can safely bring v16.x [WebCryptoAPI spec conformance](https://wpt.fyi/results/WebCryptoAPI?run_id=5067197938925568&run_id=5096208865951744&run_id=5167866100318208&run_id=5145400703451136) to the level of our other LTS/current releases with the backport of these PRs: - #46042 - #46043 - #45320 - #44917...

crypto
experimental
author ready
needs-ci
webcrypto
v16.x
commit-queue-rebase

This backports #45139 to Node.js 16.x, with some minor caveats. See: #45763 for details.

buffer
doc
tools
needs-ci
v16.x

### Version 20 ### Platform Ubuntu ### Subsystem _No response_ ### What steps will reproduce the bug? I have a code that records camera input from client into server as...

buffer

- Node 20.3.0 crashes on start in non-bullseye docker container - In bullseye container node-gyp-build (`yarn add bufferutil`) fails with `Text file busy` - In bullseye container + UV_USE_IO_URING=0 everything...

libuv

### Version v18.13.0 v20.3.0 ### Platform Microsoft Windows NT 10.0.22621.0 x64, Linux trnstr 6.3.8 #1-NixOS SMP PREEMPT_DYNAMIC Wed Jun 14 09:17:06 UTC 2023 x86_64 GNU/Linux ### Subsystem _No response_ ###...

Implements `ReadableStream.from` Updating the WPTs add a lot of new tests, and failures that weren't relevant to this PR, I have added them to expected failures. Please do take a...

needs-ci
web streams

This adds the `SourceMap.findOrigin(lineNumber, columnNumber)` method, for finding the origin source file and 1-indexed line and column numbers corresponding to the 1-indexed line and column numbers from a call site...

needs-ci

I want to get feedbacks first hence opening the draft PR. If we want something that behave the same when running with/without `--test`. I think we can emit `test:file` only...

needs-ci
test_runner