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: +
If request's internal priority is not null, update +
If request's internal priority is not null, then update request's internal priority appropriately. -
Otherwise, set request's priority to the value of +
Otherwise, set request's priority to init["{{RequestInit/priority}}"].