node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

Results 1539 node issues
Sort by recently updated
recently updated
newest added

* **Version**: 10.15.3 * **Platform**: Windows 10 x64 * **Subsystem**: `child_process` I'm attempting to use `child_process.spawn` (or `spawnSync`) to launch a command directly using an absolute path (bypassing the shell...

child_process

Fixes #22782 Allows `querystring.stringify` to accept a map as an `obj` input.

querystring
semver-minor
needs-ci
review wanted

# Error Handling Missing in fs.copyFile Callback Documentation ![node-doc-1](https://github.com/nodejs/node/assets/112153702/6e1740cd-0683-40bf-8369-453074c5b6b4) ## Description The Node.js documentation for the `fs.copyFile()` method lacks information about potential errors that may occur in the callback function....

doc
fs

This PR updates the documentation to clarify the behavior of Node.js's fs.read() method. It was noticed that there are ambiguities regarding the function of the length argument in the current...

doc
fs
author ready
commit-queue-failed
commit-queue-squash

It's being deprecated and removed in V8. See https://issues.chromium.org/u/1/issues/331326406.

c++
needs-ci

### Version v20.13.0 ### Platform Linux 33f5daf61896 6.4.16-linuxkit #1 SMP PREEMPT Thu Nov 16 10:49:20 UTC 2023 aarch64 GNU/Linux ### Subsystem _No response_ ### What steps will reproduce the bug?...

fetch
v20.x

I see no use case for behavior where an error is thrown in case a callback is registered for a `close` event on a closed server. This is bizarre and...

net
semver-major
errors

Add the noDelay option to the http.request() options such that .setNoDelay() will be called once a socket is obtained. - [x] `make -j4 test` (UNIX), or `vcbuild test` (Windows) passes...

http
semver-minor

The current behavior is performing a zero length write() syscall when the write is empty. This change removes that behavior and prevents a call to the kernel. This change assumes...

tls
c++
stalled

Specifically, `delete Array.prototype.lastIndexOf` immediately crashes the REPL, as does deletion of a few other Array prototype methods. ##### Checklist - [x] `make -j4 test` (UNIX), or `vcbuild test` (Windows) passes...

domain
repl
lib / src