Skip to content

Commit dc2efeb

Browse files
Merge pull request #1704 from tidoust/securecontext
Flag ServiceWorkerGlobalScope as SecureContext
2 parents 4711a07 + 0782416 commit dc2efeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
10601060
<h3 id="serviceworkerglobalscope-interface">{{ServiceWorkerGlobalScope}}</h3>
10611061

10621062
<pre class="idl">
1063-
[Global=(Worker,ServiceWorker), Exposed=ServiceWorker]
1063+
[Global=(Worker,ServiceWorker), Exposed=ServiceWorker, SecureContext]
10641064
interface ServiceWorkerGlobalScope : WorkerGlobalScope {
10651065
[SameObject] readonly attribute Clients clients;
10661066
[SameObject] readonly attribute ServiceWorkerRegistration registration;

0 commit comments

Comments
 (0)