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

import"PerformanceTiming.idl";

Public Attributes

readonly attribute unsigned long long navigationStart
 
readonly attribute unsigned long long unloadEventStart
 
readonly attribute unsigned long long unloadEventEnd
 
readonly attribute unsigned long long redirectStart
 
readonly attribute unsigned long long redirectEnd
 
readonly attribute unsigned long long fetchStart
 
readonly attribute unsigned long long domainLookupStart
 
readonly attribute unsigned long long domainLookupEnd
 
readonly attribute unsigned long long connectStart
 
readonly attribute unsigned long long connectEnd
 
readonly attribute unsigned long long secureConnectionStart
 
readonly attribute unsigned long long requestStart
 
readonly attribute unsigned long long responseStart
 
readonly attribute unsigned long long responseEnd
 
readonly attribute unsigned long long domLoading
 
readonly attribute unsigned long long domInteractive
 
readonly attribute unsigned long long domContentLoadedEventStart
 
readonly attribute unsigned long long domContentLoadedEventEnd
 
readonly attribute unsigned long long domComplete
 
readonly attribute unsigned long long loadEventStart
 
readonly attribute unsigned long long loadEventEnd
 
 serializer = { attribute }
 

Member Data Documentation

◆ connectEnd

readonly attribute unsigned long long PerformanceTiming::connectEnd

◆ connectStart

readonly attribute unsigned long long PerformanceTiming::connectStart

◆ domainLookupEnd

readonly attribute unsigned long long PerformanceTiming::domainLookupEnd

◆ domainLookupStart

readonly attribute unsigned long long PerformanceTiming::domainLookupStart

◆ domComplete

readonly attribute unsigned long long PerformanceTiming::domComplete

◆ domContentLoadedEventEnd

readonly attribute unsigned long long PerformanceTiming::domContentLoadedEventEnd

◆ domContentLoadedEventStart

readonly attribute unsigned long long PerformanceTiming::domContentLoadedEventStart

◆ domInteractive

readonly attribute unsigned long long PerformanceTiming::domInteractive

◆ domLoading

readonly attribute unsigned long long PerformanceTiming::domLoading

◆ fetchStart

readonly attribute unsigned long long PerformanceTiming::fetchStart

◆ loadEventEnd

readonly attribute unsigned long long PerformanceTiming::loadEventEnd

◆ loadEventStart

readonly attribute unsigned long long PerformanceTiming::loadEventStart

◆ navigationStart

readonly attribute unsigned long long PerformanceTiming::navigationStart

◆ redirectEnd

readonly attribute unsigned long long PerformanceTiming::redirectEnd

◆ redirectStart

readonly attribute unsigned long long PerformanceTiming::redirectStart

◆ requestStart

readonly attribute unsigned long long PerformanceTiming::requestStart

◆ responseEnd

readonly attribute unsigned long long PerformanceTiming::responseEnd

◆ responseStart

readonly attribute unsigned long long PerformanceTiming::responseStart

◆ secureConnectionStart

readonly attribute unsigned long long PerformanceTiming::secureConnectionStart

◆ serializer

PerformanceTiming::serializer = { attribute }

◆ unloadEventEnd

readonly attribute unsigned long long PerformanceTiming::unloadEventEnd

◆ unloadEventStart

readonly attribute unsigned long long PerformanceTiming::unloadEventStart

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