diff --git a/index.bs b/index.bs index c8ee257..0370e8f 100644 --- a/index.bs +++ b/index.bs @@ -370,7 +370,7 @@ urlPrefix: https://fetch.spec.whatwg.org/; spec: FETCH; type: dfn for {{PerformanceResourceTiming}}.

- initiatorType getter steps are to return the initiatorType getter steps are to return the initiator type for this.

@@ -487,7 +487,7 @@ urlPrefix: https://fetch.spec.whatwg.org/; spec: FETCH; type: dfn a resource timing entry is reported, such as the [=fetch=] standard.

- deliveryType getter steps are to return the deliveryType getter steps are to return the delivery type for this.

@@ -511,35 +511,35 @@ urlPrefix: https://fetch.spec.whatwg.org/; spec: FETCH; type: dfn

- The workerStart getter steps are to convert fetch + The workerStart getter steps are to convert fetch timestamp for this's timing info's [=fetch timing info/final service worker start time=] and the relevant global object for this. See [=/HTTP fetch=] for more info.

- The redirectStart getter steps are to convert fetch + The redirectStart getter steps are to convert fetch timestamp for this's timing info's [=fetch timing info/redirect start time=] and the relevant global object for this. See [=/HTTP-redirect fetch=] for more info.

- The redirectEnd getter steps are to convert fetch + The redirectEnd getter steps are to convert fetch timestamp for this's timing info's [=fetch timing info/redirect end time=] and the relevant global object for this. See [=/HTTP-redirect fetch=] for more info.

- The fetchStart getter steps are to convert fetch + The fetchStart getter steps are to convert fetch timestamp for this's timing info's [=fetch timing info/post-redirect start time=] and the relevant global object for this. See [=/HTTP fetch=] for more info.

- The domainLookupStart getter steps are to convert fetch + The domainLookupStart getter steps are to convert fetch timestamp for this's timing info's [=fetch timing info/final connection timing info=]'s [=connection timing info/domain @@ -548,7 +548,7 @@ urlPrefix: https://fetch.spec.whatwg.org/; spec: FETCH; type: dfn info.

- The domainLookupEnd getter steps are to convert fetch + The domainLookupEnd getter steps are to convert fetch timestamp for this's timing info's [=fetch timing info/final connection timing info=]'s [=connection timing info/domain @@ -557,7 +557,7 @@ urlPrefix: https://fetch.spec.whatwg.org/; spec: FETCH; type: dfn info.

- The connectStart getter steps are to convert fetch + The connectStart getter steps are to convert fetch timestamp for this's timing info's [=fetch timing info/final connection timing info=]'s [=connection timing @@ -566,7 +566,7 @@ urlPrefix: https://fetch.spec.whatwg.org/; spec: FETCH; type: dfn info.

- The connectEnd getter steps are to convert fetch + The connectEnd getter steps are to convert fetch timestamp for this's timing info's [=fetch timing info/final connection timing info=]'s [=connection timing @@ -575,7 +575,7 @@ urlPrefix: https://fetch.spec.whatwg.org/; spec: FETCH; type: dfn info.

- The secureConnectionStart getter steps are to convert + The secureConnectionStart getter steps are to convert fetch timestamp for this's timing info's [=fetch timing info/final connection timing info=]'s [=connection timing info/secure @@ -584,7 +584,7 @@ urlPrefix: https://fetch.spec.whatwg.org/; spec: FETCH; type: dfn info.

- The nextHopProtocol getter steps are to [=/isomorphic + The nextHopProtocol getter steps are to [=/isomorphic decode=] this's [=PerformanceResourceTiming/timing info=]'s [=fetch timing info/final connection timing info=]'s [=connection timing info/ALPN negotiated protocol=]. See Recording connection @@ -597,51 +597,51 @@ urlPrefix: https://fetch.spec.whatwg.org/; spec: FETCH; type: dfn the user's network configuration.

- The requestStart getter steps are to convert fetch + The requestStart getter steps are to convert fetch timestamp for this's timing info's [=fetch timing info/final network-request start time=] and the relevant global object for this. See [=/HTTP fetch=] for more info.

- The firstInterimResponseStart getter steps are to + The firstInterimResponseStart getter steps are to convert fetch timestamp for this's timing info's [=fetch timing info/first interim network-response start time=] and the relevant global object for this. See [=/HTTP fetch=] for more info.

- The finalResponseHeadersStart getter steps are to + The finalResponseHeadersStart getter steps are to convert fetch timestamp for this's timing info's [=fetch timing info/final network-response start time=] and the relevant global object for this. See [=/HTTP fetch=] for more info.

- The responseStart getter steps are to return this's + The responseStart getter steps are to return this's {{PerformanceResourceTiming/firstInterimResponseStart}} if it is not 0; Otherwise this's {{PerformanceResourceTiming/finalResponseHeadersStart}}.

- The responseEnd getter steps are to convert fetch + The responseEnd getter steps are to convert fetch timestamp for this's timing info's [=fetch timing info/end time=] and the relevant global object for this. See [=/fetch=] for more info.

- The encodedBodySize getter steps are to return + The encodedBodySize getter steps are to return this's resource info's [=response body info/encoded size=].

- The decodedBodySize getter steps are to return + The decodedBodySize getter steps are to return this's resource info's [=response body info/decoded size=].

- The transferSize getter steps are: + The transferSize getter steps are:

  1. @@ -672,7 +672,7 @@ urlPrefix: https://fetch.spec.whatwg.org/; spec: FETCH; type: dfn

- The responseStatus getter steps are to return + The responseStatus getter steps are to return this's response status.

@@ -684,42 +684,42 @@ urlPrefix: https://fetch.spec.whatwg.org/; spec: FETCH; type: dfn response.

- The contentType getter steps are to return this's + The contentType getter steps are to return this's resource info's [=response body info/content type=].

- The contentEncoding getter steps are to return + The contentEncoding getter steps are to return this's resource info's [=response body info/content encoding=].

- The renderBlockingStatus getter steps are to return + The renderBlockingStatus getter steps are to return blocking if this's timing info's [=fetch timing info/render-blocking=] is true; otherwise non-blocking.

- The workerRouterEvaluationStart getter steps are to return + The workerRouterEvaluationStart getter steps are to return this's timing info's [=fetch timing info/service worker timing info=]'s [=service worker timing info/worker router evaluation start=].

- The workerCacheLookupStart getter steps are to return + The workerCacheLookupStart getter steps are to return this's timing info's [=fetch timing info/service worker timing info=]'s [=service worker timing info/worker cache lookup start=].

- The workerMatchedRouterSource getter steps are to return + The workerMatchedRouterSource getter steps are to return this's timing info's [=fetch timing info/service worker timing info=]'s [=service worker timing info/worker matched router source=].

- The workerFinalRouterSource getter steps are to return + The workerFinalRouterSource getter steps are to return this's timing info's [=fetch timing info/service worker timing info=]'s [=service worker timing info/worker final router source=].