Re: [whatwg/fetch] consider exposing and allowing script to set Request priority (#436)

I think that a priority indication, both for `fetch()` and as part of markup is very much needed, and not just for scripts.

A few use-cases:
* fetch() triggered beacons (as mentioned)
* Adding `<link rel=preload>` for late-discovered non-render-blocking resources without having them contend with more critical resources
* Preventing non-critical third party content from contending with critical content

All these cases require a priority downgrade. I'm not sure if there are other cases that require an upgrade.


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

Received on Thursday, 15 December 2016 20:35:58 UTC