From afce7fcb0cea8f9b1b403b639a657bf3178ee372 Mon Sep 17 00:00:00 2001 From: Patrick Meenan Date: Fri, 2 Dec 2022 12:33:06 -0500 Subject: [PATCH] Incorporate changes for priority-hints - 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 --- fetch.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch.bs b/fetch.bs index c92dc54ac..a21123d46 100644 --- a/fetch.bs +++ b/fetch.bs @@ -4254,7 +4254,7 @@ the request.

The implementation-defined object could encompass stream weight and dependency for HTTP/2, priorities used in Extensible Prioritization Scheme for HTTP - 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]]