Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the Priority Hints changes to the fetch spec #1523

Merged
merged 2 commits into from
Dec 15, 2022
Merged

Commits on Dec 8, 2022

  1. Integrate Priority Hints

    - Renames the request priority concept to internal priority and "adds" priority for usage by APIs.
    - Adds a new priority member to RequestInit for specifying a priority hint.
    
    These changes combined with whatwg/html#8470 obsolete the Priority Hints specification: https://wicg.github.io/priority-hints/.
    
    Tests: TODO.
    
    Fixes whatwg#1319.
    
    Co-authored-by: Anne van Kesteren <[email protected]>
    pmeenan and annevk committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    9b565fc View commit details
    Browse the repository at this point in the history
  2. final nits modulo tests

    annevk committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    724abaa View commit details
    Browse the repository at this point in the history