diff --git a/index.html b/index.html index 2186033..0a46c8a 100644 --- a/index.html +++ b/index.html @@ -355,6 +355,9 @@

The PerformanceResourceTiming Interface

If the initiator is a CSS resource downloaded by the url() syntax [[!CSS-SYNTAX-3]], such as @import url() or background: url(), on getting, the initiatorType attribute MUST return the DOMString "css".

If the initiator is an XMLHttpRequest object [[!XMLHttpRequest]], on getting, the initiatorType attribute MUST return the DOMString "xmlhttprequest".

+

If the initiator is the Fetch method [[!Fetch]], on getting, the initiatorType attribute MUST return the DOMString "fetch".

+

If the initiator is the CORS-preflight fetch [[!Fetch]], on getting, the initiatorType attribute MUST return the DOMString "preflight".

+

Otherwise, on getting, the initiatorType attribute MUST return the DOMString "other".

readonly attribute DOMString nextHopProtocol