[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/isSecureContext [Back]  [Original]

WorkerGlobalScope: isSecureContext property - Web APIs | MDN

WorkerGlobalScope: isSecureContext property

Baseline Widely available

This feature is well established and works across many devices and browser versions. Its been available across browsers since April 2018.

Note: This feature is only available in Web Workers.

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

In this article

Value

A boolean.

Specifications

Specification
HTML
# dom-issecurecontext-dev

Browser compatibility

See also


Web Proxy Viewer  |  New URL  |  Original Page