diff --git a/index.html b/index.html index 33f9218..e17d62a 100644 --- a/index.html +++ b/index.html @@ -357,6 +357,7 @@

readonly attribute DOMString initiatorType; readonly attribute DOMString deliveryType; readonly attribute ByteString nextHopProtocol; + readonly attribute ByteString httpMethod; readonly attribute DOMHighResTimeStamp workerStart; readonly attribute DOMHighResTimeStamp redirectStart; readonly attribute DOMHighResTimeStamp redirectEnd; @@ -398,6 +399,10 @@

(the empty string, "local", or "validated").

+

+ A PerformanceResourceTiming has an associated ByteString + http method +

A PerformanceResourceTiming has an associated [=fetch timing info=] timing @@ -737,6 +742,11 @@

+

+ The httpMethod getter steps are to return + this's normalized + http method. +

The responseStatus getter steps are to return this's response