Skip to content

Commit

Permalink
Merge pull request #1704 from tidoust/securecontext
Browse files Browse the repository at this point in the history
Flag ServiceWorkerGlobalScope as SecureContext
  • Loading branch information
mkruisselbrink authored Feb 15, 2024
2 parents 4711a07 + 0782416 commit dc2efeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
<h3 id="serviceworkerglobalscope-interface">{{ServiceWorkerGlobalScope}}</h3>

<pre class="idl">
[Global=(Worker,ServiceWorker), Exposed=ServiceWorker]
[Global=(Worker,ServiceWorker), Exposed=ServiceWorker, SecureContext]
interface ServiceWorkerGlobalScope : WorkerGlobalScope {
[SameObject] readonly attribute Clients clients;
[SameObject] readonly attribute ServiceWorkerRegistration registration;
Expand Down

0 comments on commit dc2efeb

Please sign in to comment.