| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -996,6 +996,14 @@ If the ES module being `require()`'d contains top-level `await`, this flag | |||
| 996 | 996 | allows Node.js to evaluate the module, try to locate the | |
| 997 | 997 | top-level awaits, and print their location to help users find them. | |
| 998 | 998 | ||
| 999 | + ### `--experimental-quic` | ||
| 1000 | + | ||
| 1001 | + <!-- | ||
| 1002 | + added: REPLACEME | ||
| 1003 | + --> | ||
| 1004 | + | ||
| 1005 | + Enables the experimental `node:quic` built-in module. | ||
| 1006 | + | ||
| 999 | 1007 | ### `--experimental-require-module` | |
| 1000 | 1008 | ||
| 1001 | 1009 | <!-- YAML | |
@@ -3114,6 +3122,7 @@ one is included in the list below. | |||
| 3114 | 3122 | * `--experimental-modules` | |
| 3115 | 3123 | * `--experimental-permission` | |
| 3116 | 3124 | * `--experimental-print-required-tla` | |
| 3125 | + * `--experimental-quic` | ||
| 3117 | 3126 | * `--experimental-require-module` | |
| 3118 | 3127 | * `--experimental-shadow-realm` | |
| 3119 | 3128 | * `--experimental-specifier-resolution` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -50,6 +50,7 @@ | |||
| 50 | 50 | * [Process](process.md) | |
| 51 | 51 | * [Punycode](punycode.md) | |
| 52 | 52 | * [Query strings](querystring.md) | |
| 53 | + * [QUIC](quic.md) | ||
| 53 | 54 | * [Readline](readline.md) | |
| 54 | 55 | * [REPL](repl.md) | |
| 55 | 56 | * [Report](report.md) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments