Firefox Tomorrow

web api instance property

WorkerGlobalScope: isSecureContext property

View on MDN ↗

Available in workers

The isSecureContext read-only property of the WorkerGlobalScope interface returns a boolean indicating whether the current context is secure (true) or not (false).

Value

A boolean.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also