Skip to content

Commit 10f6575

Browse files
authored
[css-values] Use fetch 'conclude' instead of 'finalize' (w3c#7160)
1 parent f1792dd commit 10f6575

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-values-4/Overview.bs

+5-5
Original file line numberDiff line numberDiff line change
@@ -1037,12 +1037,12 @@ URL Processing Model</h4>
10371037
[=request/credentials mode=] is "same-origin", [=request/use-url-credentials flag=] is
10381038
set, and whose [=request/referrer=] is |referrer|.
10391039

1040-
10. [=/Fetch=] |req|, with <var ignore>taskDestination</var> set to |global|, and <var ignore>processResponseConsumeBody</var>
1041-
set to the following steps given [=/response=] |res| and Null, failure or byte stream
1042-
|byteStream|:
1040+
10. Let |controller| be the result of [=/Fetch|fetching=] |req|, with <var ignore>taskDestination</var>
1041+
set to |global|, and <var ignore>processResponseConsumeBody</var> set to the following steps given
1042+
[=/response=] |res| and Null, failure or byte stream |byteStream|:
10431043
1. If |sheet|'s <a spec=cssom>origin-clean flag</a> is set,
1044-
[=finalize and report timing=] with |res|, |global|, and
1045-
<code>"css"</code>. [[CSSOM]]
1044+
[=fetch-controller/conclude=] |controller|, with <var ignore>initiatorType</var> set
1045+
to <code>"css"</code>. [[CSSOM]]
10461046

10471047
2. Call |processResponse| with |res| and |byteStream|.
10481048

0 commit comments

Comments
 (0)