From 9592eb5e25acde62b8832ca5fd47d87805a2acbc Mon Sep 17 00:00:00 2001
From: Matt Falkenhagen 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.