@@ -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` |
|