node
node copied to clipboard
Node.js JavaScript runtime β¨π’πβ¨
Refs: https://github.com/nodejs/node/issues/57899 This requires adjusting linter rules. Or slapping `// eslint-disable-line func-name-matching` and regression tests as temporal solution. If anyone is willing to make this into linter rule, feel free...
Cut-off date: **2025-03-24** Target release date: **2025-05-06** Roadmap: https://github.com/nodejs/Release/issues/1081 --- ## 2025-05-06, Version 24.0.0 (Current), @RafaelGSS and @juanarbol Weβre excited to announce the release of Node.js 24! This release brings...
Fixes #56497 `Error.isError`, implemented in V8 13.6 (#58070), must return `true` for `DOMException`.
This has shown up as RangeError: Array buffer allocation failed and it should be totally fine to skip this test in case the memory is low. https://ci.nodejs.org/job/node-test-binary-windows-js-suites/33969/RUN_SUBSET=2,nodes=win2019-COMPILED_BY-vs2019/console ``` 13:36:31 not...
## Description: In several places within the codebase, C-style function pointer definitions are still being used. While these work, they do not provide the same level of type safety, and...
### What is the problem this feature will solve? Servers should return a complete certificate chain, which can be validated up to a trusted root. Sadly, some don't, and instead...
This is an automated update of zlib to 1.3.1-6f9b4e6.
Just wanted to give an update on the situation with the QUIC implementation. At this point I'm quite glad that I didn't move forward on the implementation that ... um......
This is an automated update of ngtcp2 to 1.13.0.
Current alignment mislead doc reader into thinking `importModuleDynamically` is a separate positional param right next to `options`, which is incorrect and need to be fixed. This misalignment is introduced in...