Skip to content

Commit 7107406

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.1.2.
1 parent 690748a commit 7107406

File tree

10 files changed

+455
-445
lines changed

10 files changed

+455
-445
lines changed

ed/algorithms/fetch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2142,16 +2142,16 @@
21422142
{
21432143
"html": "<p>If <var>response</var> is not a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-network-error\" id=\"ref-for-concept-network-error②②\">network error</a> and <var>fetchParams</var>’s\n <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#fetch-params-request\" id=\"ref-for-fetch-params-request②\">request</a>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-client\" id=\"ref-for-concept-request-client②⓪\">client</a> is a <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#secure-context\" id=\"ref-for-secure-context\">secure context</a>, then set\n <var>timingInfo</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#fetch-timing-info-server-timing-headers\" id=\"ref-for-fetch-timing-info-server-timing-headers\">server-timing headers</a> to the\n result of <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-header-list-get-decode-split\" id=\"ref-for-concept-header-list-get-decode-split⑤\">getting, decoding, and splitting</a> `<code>Server-Timing</code>`\n from <var>response</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-internal-response\" id=\"ref-for-concept-internal-response①②\">internal response</a>’s\n <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response-header-list\" id=\"ref-for-concept-response-header-list①④\">header list</a>.\n\n </p>\n \n <p>The user agent may decide to expose `<code>Server-Timing</code>` headers to non-secure contexts\n requests as well.\n\n </p>"
21442144
},
2145+
{
2146+
"html": "<p>If <var>fetchParams</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#fetch-params-request\" id=\"ref-for-fetch-params-request③\">request</a>’s\n <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-destination\" id=\"ref-for-concept-request-destination①⑤\">destination</a> is \"<code>document</code>\", then set <var>fetchParams</var>’s\n <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#fetch-params-controller\" id=\"ref-for-fetch-params-controller④\">controller</a>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#fetch-controller-full-timing-info\" id=\"ref-for-fetch-controller-full-timing-info②\">full timing info</a> to\n <var>fetchParams</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#fetch-params-timing-info\" id=\"ref-for-fetch-params-timing-info②\">timing info</a>.\n\n </p>"
2147+
},
21452148
{
21462149
"html": "Let <var>processResponseEndOfBody</var> be the following steps:",
21472150
"rationale": "let",
21482151
"steps": [
21492152
{
21502153
"html": "<p>Let <var>unsafeEndTime</var> be the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/hr-time/#dfn-unsafe-shared-current-time\" id=\"ref-for-dfn-unsafe-shared-current-time⑤\">unsafe shared current time</a>.\n\n </p>"
21512154
},
2152-
{
2153-
"html": "<p>If <var>fetchParams</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#fetch-params-request\" id=\"ref-for-fetch-params-request③\">request</a>’s\n <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-destination\" id=\"ref-for-concept-request-destination①⑤\">destination</a> is \"<code>document</code>\", then set <var>fetchParams</var>’s\n <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#fetch-params-controller\" id=\"ref-for-fetch-params-controller④\">controller</a>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#fetch-controller-full-timing-info\" id=\"ref-for-fetch-controller-full-timing-info②\">full timing info</a> to\n <var>fetchParams</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#fetch-params-timing-info\" id=\"ref-for-fetch-params-timing-info②\">timing info</a>.\n\n </p>"
2154-
},
21552155
{
21562156
"html": "Set <var>fetchParams</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#fetch-params-controller\" id=\"ref-for-fetch-params-controller⑤\">controller</a>’s\n <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#fetch-controller-report-timing-steps\" id=\"ref-for-fetch-controller-report-timing-steps②\">report timing steps</a> to the following steps given a\n <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#global-object\" id=\"ref-for-global-object⑦\">global object</a> <var>global</var>:",
21572157
"rationale": "if",

0 commit comments

Comments
 (0)