Skip to content

Commit a9d80d4

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

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

+9
Original file line numberDiff line numberDiff line change
@@ -996,6 +996,14 @@ If the ES module being `require()`'d contains top-level `await`, this flag
996996
allows Node.js to evaluate the module, try to locate the
997997
top-level awaits, and print their location to help users find them.
998998

999+
### `--experimental-quic`
1000+
1001+
<!--
1002+
added: REPLACEME
1003+
-->
1004+
1005+
Enables the experimental `node:quic` built-in module.
1006+
9991007
### `--experimental-require-module`
10001008

10011009
<!-- YAML
@@ -3114,6 +3122,7 @@ one is included in the list below.
31143122
* `--experimental-modules`
31153123
* `--experimental-permission`
31163124
* `--experimental-print-required-tla`
3125+
* `--experimental-quic`
31173126
* `--experimental-require-module`
31183127
* `--experimental-shadow-realm`
31193128
* `--experimental-specifier-resolution`

doc/api/index.md

+1
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)