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 a4f609f commit 0dabfa0Copy full SHA for 0dabfa0
doc/api/perf_hooks.md
@@ -509,13 +509,16 @@ changes:
509
510
The type of the performance entry. It may be one of:
511
512
-* `'node'` (Node.js only)
513
-* `'mark'` (available on the Web)
514
-* `'measure'` (available on the Web)
515
-* `'gc'` (Node.js only)
+* `'dns'` (Node.js only)
516
* `'function'` (Node.js only)
+* `'gc'` (Node.js only)
517
* `'http2'` (Node.js only)
518
* `'http'` (Node.js only)
+* `'mark'` (available on the Web)
+* `'measure'` (available on the Web)
519
+* `'net'` (Node.js only)
520
+* `'node'` (Node.js only)
521
+* `'resource'` (available on the Web)
522
523
### `performanceEntry.name`
524
0 commit comments