Skip to content

Commit 2570ff3

Browse files
committed
quic: make multiple fixes, cleanups and simplifications
1 parent 5471883 commit 2570ff3

30 files changed

+3061
-2571
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
@@ -3071,6 +3079,7 @@ one is included in the list below.
30713079
* `--experimental-modules`
30723080
* `--experimental-permission`
30733081
* `--experimental-print-required-tla`
3082+
* `--experimental-quic`
30743083
* `--experimental-require-module`
30753084
* `--experimental-shadow-realm`
30763085
* `--experimental-specifier-resolution`

0 commit comments

Comments
 (0)