diff --git a/source b/source
index fea2c22eff8..8bb70fa1b86 100644
--- a/source
+++ b/source
@@ -82197,7 +82197,9 @@ interface Location { // but see also display the inline
content with an appropriate error shown to the user, with the newly created
Document
object's origin set to a new opaque origin, and return.
response is a network error.
Specifications may define environment discarding steps for + environments. The steps take an environment as input.
+ +The environment discarding + steps are run for only a select few environments: the ones that will + never become execution ready because, for example, they failed to load.
+An environment settings object is an environment that additionally specifies algorithms for:
@@ -97241,11 +97250,17 @@ interface SharedWorkerGlobalScope : WorkerGlobalScope { fetch steps with response. -If the algorithm asynchronously completes with null, queue a task to fire an event named error
- at worker, and return. Otherwise, continue the rest of these steps after
- the algorithm's asynchronous completion, with script being the asynchronous
- completion value.
If the algorithm asynchronously completes with null, then:
+Queue a task to fire an event named
+ error
at worker.
Run the environment discarding steps + for inside settings.
Return.
Otherwise, continue the rest of these steps after the algorithm's asynchronous completion, + with script being the asynchronous completion value.
Associate worker with worker global scope.