Skip to content

Commit

Permalink
Incorporate changes for priority-hints
Browse files Browse the repository at this point in the history
- Renames the existing implementor-internal "priority" attribute on Request to "internal priority".
- Adds a new "priority" interface to RequestInit and Request for specifying an explicit priority hint.

These changes when combined with similar changes to HTML in whatwg/html#8470 obsolete the existing Priority Hints specification https://wicg.github.io/priority-hints/

This fixes #1319
  • Loading branch information
pmeenan committed Dec 2, 2022
1 parent 7e62427 commit afce7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4254,7 +4254,7 @@ the request.

<p class=note>The <a>implementation-defined</a> object could encompass stream weight and
dependency for HTTP/2, priorities used in <cite>Extensible Prioritization Scheme for HTTP</cite>
for transports where it applies (including HTTP/3), and equivalent information used to prioritize
for transports where it applies (including HTTP/3), and equivalent information used to prioritize
dispatch and processing of HTTP/1 fetches. [[!RFC9218]]

<li>
Expand Down

0 comments on commit afce7fc

Please sign in to comment.