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

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...

author ready
needs-ci
web streams

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

tools
code-and-learn

**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...

buffer
feature request
stale

**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...

tls
openssl
feature request
stale

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...

discuss
feature request
libuv
performance
linux
stale

### 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...

feature request
loaders
stale

### 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...

fs
feature request

### 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....

feature request
esm

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

needs-ci