WorkerGlobalScope: isSecureContext property
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2018.
Note: This feature is only available inWeb Workers.
TheisSecureContext read-only property of theWorkerGlobalScope interface returns a boolean indicating whether the currentcontext is secure (true) or not (false).
In this article
Value
A boolean.
Specifications
| Specification |
|---|
| HTML> # dom-issecurecontext-dev> |