Classes
PerformanceMark
See
https://developer.mozilla.org/docs/Web/API/PerformanceMark
Extends
Properties
| Property | Modifier | Type | Inherited from |
|---|---|---|---|
detail | readonly | unknown | - |
duration | readonly | number | PerformanceEntry.duration |
entryType | readonly | string | PerformanceEntry.entryType |
name | readonly | string | PerformanceEntry.name |
startTime | readonly | number | PerformanceEntry.startTime |
Methods
toJSON()
toJSON(): object
Returns
object
| Name | Type |
|---|---|
detail | unknown |
duration | number |
entryType | string |
name | string |
startTime | number |