diff --git a/fetch.bs b/fetch.bs index 625f5bd71..872257d65 100644 --- a/fetch.bs +++ b/fetch.bs @@ -5654,6 +5654,12 @@ run these steps: default), and `Accept-Charset` is a waste of bytes. See HTTP header layer division for more details. +
  • If httpRequest's header list + does not contain `Priority`, then user agents may + append a `Priority` header with an + implementation-defined value derived from httpRequest's + internal priority in accordance with RFC 9218. [[!RFC9218]] +

  • If includeCredentials is true, then: