diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md index 298d1a94330d65..177af6c72d5435 100644 --- a/doc/api/perf_hooks.md +++ b/doc/api/perf_hooks.md @@ -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`