Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a9d80d4

Browse filesBrowse 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
Copy full SHA for a9d80d4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

51 files changed

+6840
-3632
lines changed
Open diff view settings
Collapse file

‎doc/api/cli.md‎

Copy file name to clipboardExpand all lines: doc/api/cli.md
+9Lines changed: 9 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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`
Collapse file

‎doc/api/index.md‎

Copy file name to clipboardExpand all lines: doc/api/index.md
+1Lines changed: 1 addition & 0 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.