webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
PerformanceEntry Interface Reference

import"PerformanceEntry.idl";

Inheritance diagram for PerformanceEntry:
PerformanceMark PerformanceMeasure PerformanceResourceTiming

Public Attributes

readonly attribute DOMString name
 
readonly attribute DOMString entryType
 
readonly attribute DOMHighResTimeStamp startTime
 
readonly attribute DOMHighResTimeStamp duration
 
 serializer = { attribute }
 

Member Data Documentation

◆ duration

readonly attribute DOMHighResTimeStamp PerformanceEntry::duration

◆ entryType

readonly attribute DOMString PerformanceEntry::entryType

◆ name

readonly attribute DOMString PerformanceEntry::name

◆ serializer

PerformanceEntry::serializer = { attribute }

◆ startTime

readonly attribute DOMHighResTimeStamp PerformanceEntry::startTime

The documentation for this interface was generated from the following file: