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

I've been working on upgrading the Web Platform Tests in PR #54468, but I'm running into an issue with the WebCryptoAPI tests failing. After investigating, I found that I could...

crypto
experimental
webcrypto
web-standards

Starting the long process of refactoring our own tests to use the node:test module and mocks. Also, splits the test that depends on internal API from the rest of the...

test
needs-ci

This PR updates the links for TTY's terminal colors. For **Terminator**, according to author of the original link (The bolded `Here` is the new link): > For [Terminator](http://gnometerminator.blogspot.com/p/introduction.html) users, there...

tty

Fixes: https://github.com/nodejs/node/issues/52298

buffer
needs-ci

Refs: https://github.com/nodejs/node/issues/54499

test
needs-ci

Initially, I was considering removing this example: ``` net.createServer((socket) => { connections += 1; repl.start({ prompt: 'Node.js via TCP socket> ', input: socket, output: socket, }).on('exit', () => { socket.end();...

doc
repl
security

Fixes: https://github.com/nodejs/node/issues/53742 In this PR we handle the return value of `EVP_PKEY_{sign,verify}_init`, when it returns `-2`, we throw the `ERR_OSSL_EVP_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE` error. This approach is future proof as we don't have...

crypto
c++
needs-ci

### What is the problem this feature will solve? Adding `path.mimeType()` and `path.charset` will solve the dependency on an external library, mime-types, to get the content type of a file...

path
feature request

I noticed there weren't descriptions for all of the `v8.getHeapStatistics()` return value properties so I thought I would document them in case anyone else found them helpful.

doc
author ready
commit-queue
commit-queue-squash