diff --git a/source b/source index 805fefdeb96..5e60d24062d 100644 --- a/source +++ b/source @@ -101528,14 +101528,17 @@ interface SharedWorkerGlobalScope : WorkerGlobalScope { fetch steps with response.

-

If the algorithm asynchronously completes with null or with script whose If the algorithm asynchronously completes with null or with a script whose error to rethrow is non-null, then:

+
    -
  1. Queue a task to fire an event named - error at worker.

  2. -
  3. Run the environment discarding steps - for inside settings.

  4. -
  5. Return.

  6. +
  7. Queue a task to fire an event + named error at worker.

  8. + +
  9. Run the environment discarding steps + for inside settings.

  10. + +
  11. Return.

Otherwise, continue the rest of these steps after the algorithm's asynchronous completion,