Skip to content

Commit 3159b7c

Browse files
jasnellRafaelGSS
authored andcommitted
src, quic: refine more of the quic implementation
Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: nodejs#56328 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 295db19 commit 3159b7c

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
@@ -980,6 +980,14 @@ If the ES module being `require()`'d contains top-level `await`, this flag
980980
allows Node.js to evaluate the module, try to locate the
981981
top-level awaits, and print their location to help users find them.
982982

983+
### `--experimental-quic`
984+
985+
<!--
986+
added: REPLACEME
987+
-->
988+
989+
Enables the experimental `node:quic` built-in module.
990+
983991
### `--experimental-require-module`
984992

985993
<!-- 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`

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)