8000 [css-values] Use fetch 'conclude' instead of 'finalize' by noamr · Pull Request #7160 · w3c/csswg-drafts · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions css-values-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1037,12 +1037,12 @@ URL Processing Model</h4>
[=request/credentials mode=] is "same-origin", [=request/use-url-credentials flag=] is
set, and whose [=request/referrer=] is |referrer|.

10. [=/Fetch=] |req|, with <var ignore>taskDestination</var> set to |global|, and <var ignore>processResponseConsumeBody</var>
set to the following steps given [=/response=] |res| and Null, failure or byte stream
|byteStream|:
10. Let |controller| be the result of [=/Fetch|fetching=] |req|, with <var ignore>taskDestination</var>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to make a change here, but just fyi, Bikeshed's conjugation support means you could just write [=/fetching=] and it'll link correctly to /fetch

set to |global|, and <var ignore>processResponseConsumeBody</var> set to the following steps given
[=/response=] |res| and Null, failure or byte stream |byteStream|:
1. If |sheet|'s <a spec=cssom>origin-clean flag</a> is set,
[=finalize and report timing=] with |res|, |global|, and
<code>"css"</code>. [[CSSOM]]
[=fetch-controller/conclude=] |controller|, with <var ignore>initiatorType</var> set
to <code>"css"</code>. [[CSSOM]]

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

Expand Down
0