Skip to content

Commit

Permalink
doc: correct peformance entry types
Browse files Browse the repository at this point in the history
Fixes: #54212
  • Loading branch information
jazelly committed Aug 8, 2024
1 parent a4f609f commit 91d45f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/api/perf_hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,13 +509,15 @@ changes:

The type of the performance entry. It may be one of:

* `'node'` (Node.js only)
* `'net'` (Node.js only)
* `'mark'` (available on the Web)
* `'measure'` (available on the Web)
* `'resource'` (available on the Web)
* `'gc'` (Node.js only)
* `'function'` (Node.js only)
* `'http2'` (Node.js only)
* `'http'` (Node.js only)
* `'dns'` (Node.js only)

### `performanceEntry.name`

Expand Down

0 comments on commit 91d45f5

Please sign in to comment.