mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
2023-07-05, Version 20.4.0 (Current)
Notable changes: crypto: * update root certificates to NSS 3.90 (Node.js GitHub Bot) https://github.com/nodejs/node/pull/48416 doc: * add vmoroz to collaborators (Vladimir Morozov) https://github.com/nodejs/node/pull/48527 * add kvakil to collaborators (Keyhan Vakil) https://github.com/nodejs/node/pull/48449 fs, stream: * initial `Symbol.dispose` and `Symbol.asyncDispose` support (Moshe Atlow) https://github.com/nodejs/node/pull/48518 test_runner: * (SEMVER-MINOR) add initial draft for fakeTimers (Erick Wendel) https://github.com/nodejs/node/pull/47775 tls: * (SEMVER-MINOR) add ALPNCallback server option for dynamic ALPN negotiation (Tim Perry) https://github.com/nodejs/node/pull/45190 PR-URL: https://github.com/nodejs/node/pull/48643
This commit is contained in:
@@ -138,7 +138,7 @@ See [`server.close()`][] in the `node:http` module.
|
||||
### `server[Symbol.asyncDispose]()`
|
||||
|
||||
<!-- YAML
|
||||
added: REPLACEME
|
||||
added: v20.4.0
|
||||
-->
|
||||
|
||||
> Stability: 1 - Experimental
|
||||
|
||||
Reference in New Issue
Block a user