From 7e6242716721a7037b905602ccc67091a3aaf22f Mon Sep 17 00:00:00 2001 From: Patrick Meenan Date: Fri, 2 Dec 2022 12:27:54 -0500 Subject: [PATCH] Tweak the "otherwise" case language for RequestInit Co-authored-by: Anne van Kesteren --- fetch.bs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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}}"].