node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
* **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...
Fixes #22782 Allows `querystring.stringify` to accept a map as an `obj` input.
# Error Handling Missing in fs.copyFile Callback Documentation  ## Description The Node.js documentation for the `fs.copyFile()` method lacks information about potential errors that may occur in the callback function....
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...
It's being deprecated and removed in V8. See https://issues.chromium.org/u/1/issues/331326406.
### 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?...
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...
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...
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...
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...