From debfeca67ffbc11046ccafc286329e9dceb4849e Mon Sep 17 00:00:00 2001
From: Sohom
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