Skip to content

Commit 062ae6f

Browse files
committed
src, quic: refine more of the quic implementation
Signed-off-by: James M Snell <[email protected]> PR-URL: #56328 Reviewed-By: Yagiz Nizipli <[email protected]>
1 parent 72537f5 commit 062ae6f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+6840
-3632
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
@@ -3089,6 +3097,7 @@ one is included in the list below.
30893097
* `--experimental-loader`
30903098
* `--experimental-modules`
30913099
* `--experimental-print-required-tla`
3100+
* `--experimental-quic`
30923101
* `--experimental-require-module`
30933102
* `--experimental-shadow-realm`
30943103
* `--experimental-specifier-resolution`

doc/api/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
* [Process](process.md)
5151
* [Punycode](punycode.md)
5252
* [Query strings](querystring.md)
53+
* [QUIC](quic.md)
5354
* [Readline](readline.md)
5455
* [REPL](repl.md)
5556
* [Report](report.md)

0 commit comments

Comments
 (0)