public class PerformanceNavigationTiming extends PerformanceEntry
Modifier and Type | Field and Description |
---|---|
double |
connectEnd |
double |
connectStart |
double |
domainLookupEnd |
double |
domainLookupStart |
double |
domComplete |
double |
domContentLoadedEventEnd |
double |
domContentLoadedEventStart |
double |
domInteractive |
double |
domLoading |
double |
fetchStart |
double |
loadEventEnd |
double |
loadEventStart |
double |
navigationStart |
static PerformanceNavigationTiming |
prototype |
double |
redirectCount |
double |
redirectEnd |
double |
redirectStart |
double |
requestStart |
double |
responseEnd |
double |
responseStart |
String |
type |
double |
unloadEventEnd |
double |
unloadEventStart |
duration, entryType, name, startTime
constructor
Constructor and Description |
---|
PerformanceNavigationTiming() |
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public double connectEnd
public double connectStart
public double domComplete
public double domContentLoadedEventEnd
public double domContentLoadedEventStart
public double domInteractive
public double domLoading
public double domainLookupEnd
public double domainLookupStart
public double fetchStart
public double loadEventEnd
public double loadEventStart
public double navigationStart
public double redirectCount
public double redirectEnd
public double redirectStart
public double requestStart
public double responseEnd
public double responseStart
public String type
public double unloadEventEnd
public double unloadEventStart
public static PerformanceNavigationTiming prototype