package js.html
extends PerformanceEntry
Available on jsThe
PerformanceResourceTiminginterface enables retrieving and analyzing detailed network timing data regarding the loading of an application's resources. An application can use the timing metrics to determine, for example, the length of time it takes to fetch a specific resource, such as anXMLHttpRequest,SVG, image, or script.Documentation PerformanceResourceTiming by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
read only connectEnd:Floatread only connectStart:Floatread only decodedBodySize:Intread only domainLookupEnd:Floatread only domainLookupStart:Floatread only encodedBodySize:Intread only fetchStart:Floatread only initiatorType:Stringread only nextHopProtocol:Stringread only redirectEnd:Floatread only redirectStart:Floatread only requestStart:Floatread only responseEnd:Floatread only responseStart:Floatread only secureConnectionStart:Floatread only transferSize:Int
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/PerformanceResourceTiming.html