We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d75d0 commit 200b03fCopy full SHA for 200b03f
doc/contributing/internal-api.md
@@ -18,6 +18,10 @@ Enables debugging of `ArrayBuffer` allocations.
18
19
Allows the usage of `internal/*` modules, granting access to internal Node.js functionality.
20
21
+#### `--experimental-quic`
22
+
23
+Enable QUIC Protocol (under development)
24
25
#### `--inspect-brk-node[=[host:]port]`
26
27
Pauses execution at the start of Node.js application code, waiting for a debugger to connect on the specified
@@ -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