X Tutup
Skip to content
Merged
Changes from 1 commit
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
Next Next commit
[css-values] Use fetch 'conclude' instead of 'finalize'
  • Loading branch information
noamr committed Mar 20, 2022
commit 07e1eee60c03481544d0dc51979ce0cb468512bd
4 changes: 2 additions & 2 deletions css-values-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1041,8 +1041,8 @@ URL Processing Model</h4>
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
X Tutup