WindowOrWorkerGlobalScope.isSecureContext
Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The isSecureContext
read-only property of the
WindowOrWorkerGlobalScope
interface returns a boolean indicating whether
the current context is secure
(true
) or not (false
).
Syntax
var isItSecure = self.isSecureContext; // or just isSecureContext
Value
Boolean true
or false
.
Specifications
Specification | Status |
---|---|
HTML Living Standard The definition of 'isSecureContext' in that specification. |
Living Standard |
Browser compatibility
BCD tables only load in the browser