We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4711a07 + 0782416 commit dc2efebCopy full SHA for dc2efeb
docs/index.bs
@@ -1060,7 +1060,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
1060
<h3 id="serviceworkerglobalscope-interface">{{ServiceWorkerGlobalScope}}</h3>
1061
1062
<pre class="idl">
1063
- [Global=(Worker,ServiceWorker), Exposed=ServiceWorker]
+ [Global=(Worker,ServiceWorker), Exposed=ServiceWorker, SecureContext]
1064
interface ServiceWorkerGlobalScope : WorkerGlobalScope {
1065
[SameObject] readonly attribute Clients clients;
1066
[SameObject] readonly attribute ServiceWorkerRegistration registration;
0 commit comments