Skip to content

Commit

Permalink
src, quic: refine more of the quic implementation
Browse files Browse the repository at this point in the history
Signed-off-by: James M Snell <jasnell@gmail.com>
PR-URL: #56328
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
  • Loading branch information
jasnell authored and targos committed Feb 2, 2025
1 parent 70db093 commit a9d80d4
Show file tree
Hide file tree
Showing 51 changed files with 6,840 additions and 3,632 deletions.
9 changes: 9 additions & 0 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,14 @@ If the ES module being `require()`'d contains top-level `await`, this flag
allows Node.js to evaluate the module, try to locate the
top-level awaits, and print their location to help users find them.

### `--experimental-quic`

<!--
added: REPLACEME
-->

Enables the experimental `node:quic` built-in module.

### `--experimental-require-module`

<!-- YAML
Expand Down Expand Up @@ -3114,6 +3122,7 @@ one is included in the list below.
* `--experimental-modules`
* `--experimental-permission`
* `--experimental-print-required-tla`
* `--experimental-quic`
* `--experimental-require-module`
* `--experimental-shadow-realm`
* `--experimental-specifier-resolution`
Expand Down
1 change: 1 addition & 0 deletions doc/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
* [Process](process.md)
* [Punycode](punycode.md)
* [Query strings](querystring.md)
* [QUIC](quic.md)
* [Readline](readline.md)
* [REPL](repl.md)
* [Report](report.md)
Expand Down
Loading

0 comments on commit a9d80d4

Please sign in to comment.