WindowOrWorkerGlobalScope.isSecureContext

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

A Boolean.

Specifications

Specification Status Comment
Secure Contexts
The definition of 'WindowOrWorkerGlobalScope.isSecureContext' in that specification.
Candidate Recommendation Initial definition.

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
isSecureContext
Experimental
Chrome Full support 55Edge Full support ≤79Firefox Full support 52IE ? Opera ? Safari ? WebView Android Full support 55Chrome Android Full support 55Firefox Android Full support 52Opera Android ? Safari iOS ? Samsung Internet Android Full support 6.0

Legend

Full support
Full support
Compatibility unknown
Compatibility unknown
Experimental. Expect behavior to change in the future.
Experimental. Expect behavior to change in the future.

See also