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

This PR will consolidate the `feature-request` and pull request stalebots into a unified workflow that targets **all issues** and **all pull requests**. Focusing solely on `feature-request` issues seems unnecessary, as...

discuss
meta

@nodejs/platform-ppc We missed it in the 12.4 upgrade PR. https://ci.nodejs.org/job/node-test-commit-v8-linux/5914/nodes=rhel8-ppc64le,v8test=v8test/ ``` 21:19:30 FAILED: obj/v8_base_without_compiler/turboshaft-graph-interface.o 21:19:30 ccache g++ -MD -MF obj/v8_base_without_compiler/turboshaft-graph-interface.o.d -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_OZONE=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_NONE...

build
v8 engine
ppc

Binding a pipe path that is too long can cause problems and confuse the user. example1: ```js const net = require('net'); const fs = require('fs'); const filePath = `/tmp/${'x'.repeat(1000)}.sock`; const...

c++
net
semver-major
author ready
needs-ci

### What is the problem this feature will solve? Node.js has an internal parser for correctly parsing and validating the `process.env.NODE_OPTIONS` variable. I'd like to expose this parser to user...

util
c++
feature request
lib / src

v8_inspector::StringView can either be one-byte or two-byte strings. Node has currently two places where it's unconditionally assumed that it's a two-byte StringView. This requires the upstream V8 inspector to unnecessarily...

c++
lib / src
needs-ci

Implements the core underlying bits of a refactored AsyncLocalStorage implementation based on the same mechanism that will be used for the standard AsyncContext API. The implementation is based on the...

c++
lib / src
needs-ci

This fixes missing `setHeaders`: - https://github.com/nodejs/node/issues/51573

stalled
http2
needs-ci

I think having just text warnings for potential vulnerabilities relating to the misuse of Node APIs isn't sufficient because they blend in too well. For example, in the [documentation for...

doc
security

Proposal for Release Notes: EventSource EventSource is a W3C compliant Client for [Server-sent events](https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-events). The new flag `--experimental-eventsource` can be used to expose a global `EventSource`-constructor.

semver-minor
lib / src
notable-change
needs-ci

### Version 22.0.0 ### Platform Linux debian 6.1.0-13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.55-1 (2023-09-29) x86_64 GNU/Linux ### Subsystem _No response_ ### What steps will reproduce the bug? ```javascript const COUNT1...

performance
v22.x