| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 810b1d0 commit 2f7afd1
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -317,11 +317,13 @@ added: v8.5.0 | |||
| 317 | 317 | The high resolution millisecond timestamp marking the starting time of the | |
| 318 | 318 | Performance Entry. | |
| 319 | 319 | ||
| 320 | - ## Class: `PerformanceNodeTiming extends PerformanceEntry` | ||
| 320 | + ## Class: `PerformanceNodeTiming` | ||
| 321 | 321 | <!-- YAML | |
| 322 | 322 | added: v8.5.0 | |
| 323 | 323 | --> | |
| 324 | 324 | ||
| 325 | + * Extends: {PerformanceEntry} | ||
| 326 | + | ||
| 325 | 327 | _This property is an extension by Node.js. It is not available in Web browsers._ | |
| 326 | 328 | ||
| 327 | 329 | Provides timing details for Node.js itself. The constructor of this class | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -134,7 +134,7 @@ const customTypesMap = { | |||
| 134 | 134 | 'Histogram': 'perf_hooks.html#perf_hooks_class_histogram', | |
| 135 | 135 | 'PerformanceEntry': 'perf_hooks.html#perf_hooks_class_performanceentry', | |
| 136 | 136 | 'PerformanceNodeTiming': | |
| 137 | - 'perf_hooks.html#perf_hooks_class_performancenodetiming_extends_performanceentry', // eslint-disable-line max-len | ||
| 137 | + 'perf_hooks.html#perf_hooks_class_performancenodetiming', | ||
| 138 | 138 | 'PerformanceObserver': | |
| 139 | 139 | 'perf_hooks.html#perf_hooks_class_perf_hooks_performanceobserver', | |
| 140 | 140 | 'PerformanceObserverEntryList': | |
| Back | FazBrowse Home | New Git URL |
0 commit comments