[css-values] Use fetch 'conclude' instead of 'finalize'#7160
[css-values] Use fetch 'conclude' instead of 'finalize'#7160
Conversation
| 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> |
There was a problem hiding this comment.
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
|
Oh and also, for the future, please match the indentation whitespace of the spec you're editting; we use tabs in the CSSWG. If possible, also set your editor to strip line-final whitespace, as it'll cause diff churn the next time I touch the file otherwise. |
Gotcha, I'm working on several specs in parallel and sometimes the settings don't match :) This was not supposed to be merged yet though - it depends on a fetch PR that wasn't merged yet. I see now that this is my bad since I forgot to put the "depends on" thing. |
|
Oh shoot, yeah, you didn't indicate in any way that it was a draft. |
My bad, apologies again. |
[css-values-4] Fetch now exposes 'conclude' instead of 'finalize' which works with a
fetch controller- this clarifies that resource timing entries are mapped to a fetch rather than to a response.