diff --git a/fetch.bs b/fetch.bs index 9583de981..c92dc54ac 100644 --- a/fetch.bs +++ b/fetch.bs @@ -7476,11 +7476,12 @@ constructor steps are:
  • If init["{{RequestInit/priority}}"] exists, then: +

      -
    1. If request's internal priority is not null, update +

    2. If request's internal priority is not null, then update request's internal priority appropriately. -

    3. Otherwise, set request's priority to the value of +

    4. Otherwise, set request's priority to init["{{RequestInit/priority}}"].