@@ -4145,9 +4145,10 @@ the request.
41454145 <var> request</var> 's <a for=request>internal priority</a> to an <a>implementation-defined</a>
41464146 object.
41474147
4148- <p class=note> The <a>implementation-defined</a> object could encompass stream weight and
4149- dependency for HTTP/2, and equivalent information used to prioritize dispatch and processing
4150- of HTTP/1 fetches.
4148+ <p class=note> The <a for=request>internal priority</a> <a>implementation-defined</a> object
4149+ could encompass stream weight and dependency for HTTP/2, priorities used in
4150+ <a href=https://datatracker.ietf.org/doc/rfc9218/>HTTP extensible priorities</a> , and equivalent
4151+ information used to prioritize dispatch and processing of HTTP/1 fetches.
41514152
41524153 <li>
41534154 <p> If <var> request</var> is a <a>subresource request</a> , then:
@@ -7084,9 +7085,9 @@ object), initially null.
70847085 <span class=note> See <a href="https://github.com/whatwg/fetch/issues/1254">issue #1254</a> for
70857086 defining "<code> full</code> ".</span>
70867087
7087- <dt><code><var> request</var> . <a attribute for=Request>priority</a> </code>
7088+ <dt><code><var> request</var> . <a attribute for=Request>priority</a> </code>
70887089 <dd> Returns the <a>priority</a> of the <var> request</var> , e.g., "<code> high</code> ",
7089- "<code> low</code> " or "<code> auto</code> ".
7090+ "<code> low</code> ", or "<code> auto</code> ".
70907091
70917092 <dt><code><var> request</var> . <a method for=Request>clone</a> ()</code>
70927093 <dd><p> Returns a clone of <var> request</var> .
0 commit comments