node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
In order to meet the specification, this includes the followings: - Adding the ['release steps'](https://streams.spec.whatwg.org/#abstract-opdef-readablebytestreamcontroller-releasesteps) to `ReadableStreamController` - Responding to a current read request through a pull request from a...
Updated rule under tools/eslint-rules/eslint-check.js from deprecated function-style format to object-style format. Refs: https://eslint.org/docs/latest/developer-guide/working-with-rules
**Is your feature request related to a problem? Please describe.** I have an object with a buffer attached and I need to be able to pass around that Buffer but...
**Is your feature request related to a problem? Please describe.** Currently, you have to put the full chain of trust, if you want to trust one certificate. For example, if...
Recent Linux kernel (5.1+) includes io_uring, a new non-blocking I/O subsystem, which might serve as a more efficient alternative to epoll. We could benefit from it and get a performance...
### What is the problem this feature will solve? Node-tap today has a feature called `t.mock()`, based on [require-inject](http://npm.im/require-inject), which allows a test to load a fresh copy of a...
### What is the problem this feature will solve? Currently one can write a large number of types to a file. However one cannot currently write an `ArrayBuffer` to a...
### What is the problem this feature will solve? We're building a registry server to serve our JavaScript packages in a variety of runtimes -- Node.js, Deno and the browser....
Adds an optional `cause` field to DOMException as per the WebIDL standard added in [https://github.com/whatwg/webidl/pull/1179](https://github.com/whatwg/webidl/pull/1179) @jasnell @panva