--- title: WindowOrWorkerGlobalScope.isSecureContext slug: Web/API/WindowOrWorkerGlobalScope/isSecureContext translation_of: Web/API/WindowOrWorkerGlobalScope/isSecureContext ---
{{APIRef()}}{{SeeCompatTable}}
La propriété isSecureContext
de l'interface {{domxref("WindowOrWorkerGlobalScope")}} retourne un booleen indiquant si le contexte actuel est sécurisé (true
) ou pas (false
).
var isItSecure = self.isSecureContext; // ou simplement isSecureContext
Un {{domxref("Boolean")}}.
Spécifications | Statut | Commentaires |
---|---|---|
{{SpecName('Secure Contexts', '#dom-windoworworkerglobalscope-issecurecontext', 'WindowOrWorkerGlobalScope.isSecureContext')}} | {{Spec2('Secure Contexts')}} | Définition initiale. |
{{Compat("api.WindowOrWorkerGlobalScope.isSecureContext")}}