Skip to content

Commit

Permalink
Note isSecureContext available to workers
Browse files Browse the repository at this point in the history
Fixes #1192
  • Loading branch information
sideshowbarker committed Jan 12, 2021
1 parent a72fae7 commit 6278761
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions files/en-us/web/api/window/issecurecontext/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<p>The<code> <strong>window.isSecureContext</strong></code> read-only property indicates
whether a context is capable of using features that require <a
href="/en-US/docs/Web/Security/Secure_Contexts">secure contexts</a>.</p>
<p>{{AvailableInWorkers}}</p>

<h2 id="Syntax">Syntax</h2>

Expand All @@ -39,13 +40,11 @@ <h2 id="Specifications">Specifications</h2>
<tr>
<th>Specification</th>
<th>Status</th>
<th>Comment</th>
</tr>
<tr>
<td>{{SpecName('Secure Contexts')}}</td>
<td>{{Spec2('Secure Contexts','#monkey-patching-global-object','isSecureContext')}}
<td>{{SpecName('HTML WHATWG')}}</td>
<td>{{Spec2('HTML WHATWG','#dom-issecurecontext','isSecureContext')}}
</td>
<td>Initial definition.</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 6278761

Please sign in to comment.