Re: [whatwg/fetch] Proposal: add a boolean flag `render-blocking` to the `request` concept (Issue #1433)

> How would it interact with fetchpriority=low for example?

UA should look at both `fetchpriority` and render-blocking when setting the "real" priority (see discussion https://github.com/WICG/priority-hints/issues/69). In Blink's implementation, I'm planning to bump the priority to at least `high` if render-blocking (see patch https://chromium-review.googlesource.com/c/chromium/src/+/3627294).

For the remaining questions, I think they all depend on whether we want blocking=render on preloads. I've responded in whatwg/html#7896.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1433#issuecomment-1119692958
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1433/1119692958@github.com>

Received on Friday, 6 May 2022 14:36:55 UTC