Skip to content

Commit f483935

Browse files
committed
quic: make multiple fixes, cleanups and simplifications
1 parent afcfbad commit f483935

35 files changed

+3970
-3894
lines changed

doc/api/cli.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,14 @@ If the ES module being `require()`'d contains top-level `await`, this flag
966966
allows Node.js to evaluate the module, try to locate the
967967
top-level awaits, and print their location to help users find them.
968968

969+
### `--experimental-quic`
970+
971+
<!--
972+
added: REPLACEME
973+
-->
974+
975+
Enables the experimental `node:quic` built-in module.
976+
969977
### `--experimental-require-module`
970978

971979
<!-- YAML
@@ -3090,6 +3098,7 @@ one is included in the list below.
30903098
* `--experimental-modules`
30913099
* `--experimental-permission`
30923100
* `--experimental-print-required-tla`
3101+
* `--experimental-quic`
30933102
* `--experimental-require-module`
30943103
* `--experimental-shadow-realm`
30953104
* `--experimental-specifier-resolution`

0 commit comments

Comments
 (0)