From 6278761b89d8e3c8a2ef0cc3948cb43dd48fdfa6 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Wed, 13 Jan 2021 02:02:37 +0900 Subject: [PATCH] Note isSecureContext available to workers Fixes https://github.com/mdn/content/issues/1192 --- files/en-us/web/api/window/issecurecontext/index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/files/en-us/web/api/window/issecurecontext/index.html b/files/en-us/web/api/window/issecurecontext/index.html index 29b3e97681f7b61..ed74722bfa2b8be 100644 --- a/files/en-us/web/api/window/issecurecontext/index.html +++ b/files/en-us/web/api/window/issecurecontext/index.html @@ -13,6 +13,7 @@

The window.isSecureContext read-only property indicates whether a context is capable of using features that require secure contexts.

+

{{AvailableInWorkers}}

Syntax

@@ -39,13 +40,11 @@

Specifications

Specification Status - Comment - {{SpecName('Secure Contexts')}} - {{Spec2('Secure Contexts','#monkey-patching-global-object','isSecureContext')}} + {{SpecName('HTML WHATWG')}} + {{Spec2('HTML WHATWG','#dom-issecurecontext','isSecureContext')}} - Initial definition.