diff --git a/index.html b/index.html index 9e1a50f6..c6828a34 100644 --- a/index.html +++ b/index.html @@ -3445,15 +3445,15 @@

promise rejected with an "InvalidStateError" DOMException. +
  • If + response.[[\retryPromise]] is not null, return + a promise rejected with an "InvalidStateError" + DOMException. +
  • Let promise be a new promise.
  • Set response.[[\complete]] to true.
  • -
  • If - response.[[\retryPromise]] is not null, reject - promise with an "InvalidStateError" - DOMException. -
  • Return promise and perform the remaining steps in parallel.