8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8396b8 commit db8c92fCopy full SHA for db8c92f
doc/changelogs/CHANGELOG_V8.md
@@ -43,7 +43,7 @@
43
- expose ECDH class [#8188](https://github.com/nodejs/node/pull/8188)
44
* **http2**:
45
- http2 is now exposed by default without the need for a flag [#15685](https://github.com/nodejs/node/pull/15685)
46
- - a new environment varible NODE\_NO\_HTTP2 has been added to allow userland http2 to be required [#15685](https://github.com/nodejs/node/pull/15685)
+ - a new environment variable NODE\_NO\_HTTP2 has been added to allow userland http2 to be required [#15685](https://github.com/nodejs/node/pull/15685)
47
- support has been added for generic `Duplex` streams [#16269](https://github.com/nodejs/node/pull/16269)
48
* **module**:
49
- resolve and instantiate loader pipeline hooks have been added to the ESM lifecycle [#15445](https://github.com/nodejs/node/pull/15445)