We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e4ab4 commit db302e5Copy full SHA for db302e5
doc/contributing/internal-api.md
@@ -14,6 +14,10 @@ application usage.
14
15
Enables debugging of `ArrayBuffer` allocations.
16
17
+#### `--experimental-quic`
18
+
19
+Enable QUIC Protocol (under development)
20
21
#### `--expose-internals`
22
23
Allows the usage of `internal/*` modules, granting access to internal Node.js functionality.
@@ -39,7 +43,3 @@ Enables tracing of promises for debugging and performance analysis.
39
43
#### `--verify-base-objects`
40
44
41
45
Allows verification of base objects for debugging purposes.
42
-
-#### `--experimental-quic`
-Enable QUIC Protocol (under development)
0 commit comments