Skip to content

Commit

Permalink
Explicitly unset the flag on terminate.
Browse files Browse the repository at this point in the history
- also add dfn for agent.
  • Loading branch information
yoshisatoyanagisawa committed Feb 14, 2024
1 parent a8a0055 commit 83b3565
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ spec: ecma-262; urlPrefix: http://tc39.github.io/ecma262/
text: IsCallable; url: sec-iscallable
text: Get; url: sec-get-o-p
type: dfn
text: agent;
text: Assert; url: sec-algorithm-conventions
text: \[[Call]]; url: sec-ecmascript-function-objects-call-thisargument-argumentslist
text: promise; url: sec-promise-objects
Expand Down Expand Up @@ -3128,6 +3129,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/

1. [=Abort a running script|Abort the script=] currently running in |serviceWorker|.
1. Set |serviceWorker|'s [=start status=] to null.
1. Unset |serviceWorker|'s [=ServiceWorkerGlobalScope is ready=].
</section>

<section algorithm>
Expand Down

0 comments on commit 83b3565

Please sign in to comment.