Node.js v20.15.0 LTS introduces several new features and enhancements. The `--inspect-wait` flag is added for more effective debugging, allowing the debugger to wait for connection before execution. The release exposes the `zlib.crc32()` function for CRC checksum calculation and supports test plans in the test runner to ensure expected assertions and subtests are run. Additionally, it provides the ability to disable the WebAssembly trap-handler through the `--disable-wasm-trap-handler` flag, useful under constrained memory environments.

12m read timeFrom nodejs.org
Post cover image
Table of contents
test_runner: support test plansinspector: introduce the --inspect-wait flagzlib: expose zlib.crc32()cli: allow running wasm in limited vmem with --disable-wasm-trap-handlerOther Notable ChangesCommitsSHASUMS

Sort: