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

### Test test-watch-mode ### Platform Other ### Console output ```console ................. failed 9 out of 10 F...... === release test-watch-mode === Path: sequential/test-watch-mode Error: --- stderr --- (node:162497) ExperimentalWarning: The...

flaky-test

This PR implements the Happy Eyeballs algorithm. A new option `autoDetectFamily`Β is added to `net.connect`. When enabled and when family is still `0`, the lookup phase will keep all records...

net
semver-minor
errors
notable-change
needs-ci

For the initial iteration, only the default resolver can be serialized/deserialized. If `dns.setServers()` has been called, we'll preserve the configured DNS servers in the snapshot. We can consider exposing the...

c++
lib / src
needs-ci

I think it would be more intuitive if the docs showed passing assertions

doc
module

This allows the misc/startup benchmark to run again after the renaming of the C++ `native_module` to `builtins` Refs: https://github.com/nodejs/node/pull/44135

benchmark
author ready

This PR adds explicit [permissions section](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions) to workflows. This is a security best practice because by default workflows run with [extended set of permissions](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token) (except from `on: pull_request` [from external...

meta

With the introduction of web streams, it would be good to integrate support into the various common stream utilities... Refs: https://github.com/nodejs/node/pull/39134 /cc @mcollina @ronag * `stream.finished()` ```js const { finished...

stream
good first issue
web streams

### Version 12, 14, and 16 ### Platform At gitlab, in gitlab-runner using the image node:14, etc. Linux runner--project-0-concurrent-0 5.10.25-linuxkit #1 SMP Tue Mar 23 09:27:39 UTC 2021 x86_64 x86_64...

The comments in bootstrap/node.js are now out of date due to recent changes to the bootstrap process. Update them to reflect the current status.

doc
author ready

#### lib: brand check event handler property receivers Event handler properties defined by `defineEventHandler` should check if the receiver is a valid `EventTarget`. #### perf_hooks: fix webperf idlharness 1. Enforce...

semver-major
lib / src
needs-ci