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

Refs: https://github.com/nodejs/TSC/issues/1552

doc
blocked

Part of #51236 This PR moves the process of commenting on a PR to the main repo's Github Actions, instead of it being handled by the github bot. This is...

meta
tools
review wanted

This PR simplifies internal Node-API implementation to reduce the code complexity and to reduce allocated memory size. There are no API changes or changes to the code behavior. All existing...

c++
node-api
needs-ci

* **Version**: 12.x In the [version 10 documentation](https://nodejs.org/docs/latest-v10.x/api/http.html#http_event_close_1) it states that the 'close' event is emitted on a response when the connection is terminated before the response has ended. In...

http
doc

https://github.com/nodejs/node/pull/53612 is required to do a benchmark A different approach to https://github.com/nodejs/node/pull/53541 cc @nodejs/performance @nodejs/cpp-reviewers @billywhizz @jasnell @nodejs/fs Benchmark CI: https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/1573/ Small win on happy path, and *probably* high win...

c++
lib / src
needs-ci

Just noticed that they are never properly documented and I found myself explaining to others from the top of my head again. So might as well just add some comments...

c++
needs-ci

This patch: 1. Refactor the routines used to compile and run an embedder entrypoint. In JS land special handling for SEA is done directly in main/embedding.js instead of clobbering the...

lib / src
needs-ci

This PR adds ESM snippets to the documentation for `node:child_process`. In addition to this, some snippets were modified for readability (`message` instead of `m`, etc)

child_process
doc

The idea of supporting network inspection in Node.js was first proposed 7 years age in the https://github.com/nodejs/diagnostics/issues/75. Despite numerous discussions, we have yet to settle on an implementation approach. This...

c++
lib / src
inspector
needs-ci

As noted in [this article](https://lucumr.pocoo.org/2024/6/5/node-timeout), the timeout/interval objects keep a reference to the store even after they have been cleared. I think it would be better to clear up that...

async_hooks