From debfeca67ffbc11046ccafc286329e9dceb4849e Mon Sep 17 00:00:00 2001 From: Sohom Date: Sun, 16 Apr 2023 15:50:14 -0400 Subject: [PATCH] Add http method to ResourceTiming interface --- index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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