node
node copied to clipboard
Node.js JavaScript runtime ✨🐢🚀✨
### Test test-http-correct-hostname ### Platform Other ### Console output ```console not ok 3701 parallel/test-http-correct-hostname --- duration_ms: 120017.77300 severity: fail exitcode: -15 stack: |- timeout ... ``` ### Build links ```...
This is an automated update of doc to new version.
I've been lately trying to cross-compile NodeJS for Android (aarch64), but I'm facing an error in compilation. Config : NDK Path = ~/android-ndk-r26b SDK Version = 24 Architecture = aarch64...
### What is the problem this feature will solve? Call foreign functions ### What is the feature you are proposing to solve the problem? the API is provided directly by...
### What is the problem this feature will solve? https://nodejs.org/dist/latest-v20.x/docs/api/permissions.html Interesting feature. But seems lack of tool to generate `policy.json` from `node_modules`. ### What is the feature you are proposing...
This is an automated update of zlib to 1.3.0.1-motley-646b7f5.
### Version 16.14.2 ### Platform Ubuntu 20.04.4 LTS ### Subsystem _No response_ ### What steps will reproduce the bug? ```shell export 'CC_host=ccache gcc-9 -m32' export 'CXX_host=ccache g++-9 -m32' export 'CC=ccache...
### Version v18.19.0 ### Platform Linux 7b363bc59a8a 6.4.16-linuxkit #1 SMP PREEMPT Wed Oct 25 16:32:24 UTC 2023 aarch64 Linux ### Subsystem Docker deployed on AWS (node:18-alpine) ### What steps will...
``` (node:528088) ExperimentalWarning: VM Modules is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) node:internal/vm/module:306 if (module[kWrap] ===...
`apis` which is argument of `timers.enable()` is string array. So use `validatStringArray` instead of `validateArray`. And `options` is optional, so update JSDoc. In document, some default value of `timers` are...