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

Use bitset to save listener flags.

author ready
needs-ci
eventtarget

It looks like the IBM CI has been red for as long as we've got history: https://ci.nodejs.org/job/node-test-commit-ibmi/ From the latest CI run, https://ci.nodejs.org/job/node-test-commit-ibmi/798/#showFailuresLink, filtering out the tests already marked flaky...

ibm i

### Scheduled date 2022-08-16 ### Release candidate https://nodejs.org/download/rc/v16.17.0-rc.1/ ### Classified list of commits https://github.com/nodejs/node/blob/v16.17.0-proposal/doc/changelogs/CHANGELOG_V16.md#commits ### Notable Changes #### Experimental command-line argument parser API Adds [`util.parseArgs`](https://nodejs.org/dist/latest-v16.x/docs/api/util.html#utilparseargsconfig) helper for higher level command-line...

release
v16.x

Closes #43851

semver-minor
esm
needs-ci

Currently, this script checks the timezone version of the runner (instead it should be checking from elsewhere, I will check on how to do that). I haven't tested this by...

meta
tools

add `writeQueueSize` for net.js. - [x] `make -j4 test` (UNIX), or `vcbuild test` (Windows) passes - [x] tests and/or benchmarks are included - [x] documentation is changed or added -...

net
blocked
needs-ci

#43455 uncovered that the following WPT tests fail only on [ubuntu1804_sharedlibs_withoutintl_x64](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu1804_sharedlibs_withoutintl_x64/33181/) and [ubuntu1804_sharedlibs_withoutssl_x64](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu1804_sharedlibs_withoutssl_x64/33181/) The work in #43455 enabled WPT regressions to be caught in files with expected failures. These three...

console

Reference issue: https://github.com/nodejs/security-wg/issues/791 The tagged issue contains the initial proposal for this MVP. This Pull Request includes the foundation of the *Permission Model.* This PR is **not ready to land.**...

wip
lib / src
notable-change
needs-ci

### Affected URL(s) https://nodejs.org/api/stream.html#readablemapfn-options ### Description of the problem I believe it's every URL Clicking Edit on GitHub directing to master branch and not main https://user-images.githubusercontent.com/16746759/177054322-4250b582-a837-416c-9f08-814e37b751b5.mov

doc

### What is the problem this feature will solve? Continuation of #34992 and #41439 This feature will add specific algorithm support to the upcoming recursive readdir feature I'm working on...

fs
feature request