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 f142e66 commit 994b46aCopy full SHA for 994b46a
doc/api/perf_hooks.md
@@ -502,13 +502,16 @@ changes:
502
503
The type of the performance entry. It may be one of:
504
505
-* `'node'` (Node.js only)
506
-* `'mark'` (available on the Web)
507
-* `'measure'` (available on the Web)
508
-* `'gc'` (Node.js only)
+* `'dns'` (Node.js only)
509
* `'function'` (Node.js only)
+* `'gc'` (Node.js only)
510
* `'http2'` (Node.js only)
511
* `'http'` (Node.js only)
+* `'mark'` (available on the Web)
+* `'measure'` (available on the Web)
512
+* `'net'` (Node.js only)
513
+* `'node'` (Node.js only)
514
+* `'resource'` (available on the Web)
515
516
### `performanceEntry.name`
517
0 commit comments