--- 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).

Syntaxe

var isItSecure = self.isSecureContext; // ou simplement isSecureContext

Valeur

Un {{domxref("Boolean")}}.

Spécifications

Spécifications Statut Commentaires
{{SpecName('Secure Contexts', '#dom-windoworworkerglobalscope-issecurecontext', 'WindowOrWorkerGlobalScope.isSecureContext')}} {{Spec2('Secure Contexts')}} Définition initiale.

Compatibilité des navigateurs

{{Compat("api.WindowOrWorkerGlobalScope.isSecureContext")}}

Voir aussi