@@ -274,7 +274,7 @@ is similar to [`window.performance.toJSON`][] in browsers.
274
274
added: v8.5.0
275
275
-->
276
276
277
- ### ` performanceEntry.details `
277
+ ### ` performanceEntry.detail `
278
278
<!-- YAML
279
279
added: v16.0.0
280
280
-->
@@ -382,7 +382,7 @@ Performance Entry.
382
382
383
383
### Garbage Collection ('gc') Details
384
384
385
- When ` performanceEntry.type ` is equal to ` 'gc' ` , the ` performanceEntry.details `
385
+ When ` performanceEntry.type ` is equal to ` 'gc' ` , the ` performanceEntry.detail `
386
386
property will be an {Object} with two properties:
387
387
388
388
* ` kind ` {number} One of:
@@ -402,10 +402,10 @@ property will be an {Object} with two properties:
402
402
### HTTP/2 ('http2') Details
403
403
404
404
When ` performanceEntry.type ` is equal to ` 'http2' ` , the
405
- ` performanceEntry.details ` property will be an {Object} containing
405
+ ` performanceEntry.detail ` property will be an {Object} containing
406
406
additional performance information.
407
407
408
- If ` performanceEntry.name ` is equal to ` Http2Stream ` , the ` details `
408
+ If ` performanceEntry.name ` is equal to ` Http2Stream ` , the ` detail `
409
409
will contain the following properties:
410
410
411
411
* ` bytesRead ` {number} The number of ` DATA ` frame bytes received for this
@@ -420,7 +420,7 @@ will contain the following properties:
420
420
* ` timeToFirstHeader ` {number} The number of milliseconds elapsed between the
421
421
` PerformanceEntry ` ` startTime ` and the reception of the first header.
422
422
423
- If ` performanceEntry.name ` is equal to ` Http2Session ` , the ` details ` will
423
+ If ` performanceEntry.name ` is equal to ` Http2Session ` , the ` detail ` will
424
424
contain the following properties:
425
425
426
426
* ` bytesRead ` {number} The number of bytes received for this ` Http2Session ` .
@@ -443,7 +443,7 @@ contain the following properties:
443
443
### Timerify ('function') Details
444
444
445
445
When ` performanceEntry.type ` is equal to ` 'function' ` , the
446
- ` performanceEntry.details ` property will be an {Array} listing
446
+ ` performanceEntry.detail ` property will be an {Array} listing
447
447
the input arguments to the timed function.
448
448
449
449
## Class: ` PerformanceNodeTiming `
0 commit comments