package js.html
extends PerformanceEntry
Available on jsThe
PerformanceResourceTiming
interface 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:Float
read only connectStart:Float
read only decodedBodySize:Int
read only domainLookupEnd:Float
read only domainLookupStart:Float
read only encodedBodySize:Int
read only fetchStart:Float
read only initiatorType:String
read only nextHopProtocol:String
read only redirectEnd:Float
read only redirectStart:Float
read only requestStart:Float
read only responseEnd:Float
read only responseStart:Float
read only secureConnectionStart:Float
read only transferSize:Int
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/PerformanceResourceTiming.html