Skip to content

Commit 208e271

Browse files
authored
Associate service worker timing info with a response
Helps with w3c/ServiceWorker#1575 and w3c/navigation-timing#143.
1 parent 5174a15 commit 208e271

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fetch.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,6 +1968,10 @@ this is also tracked internally using the request's <a for=request>timing allow
19681968
<dfn for=response id=concept-response-timing-info>timing info</dfn> (null or a
19691969
<a for=/>fetch timing info</a>), which is initially null.
19701970

1971+
<p>A <a for=/>response</a> has an associated
1972+
<dfn export for=response>service worker timing info</dfn> (null or a
1973+
<a for=/>service worker timing info</a>), which is initially null.
1974+
19711975
<hr>
19721976

19731977
<p>A <a for=/>response</a> whose

0 commit comments

Comments
 (0)