crossOriginIsolated property

bool get crossOriginIsolated

The crossOriginIsolated read-only property of the WorkerGlobalScope interface returns a boolean value that indicates whether the website is in a cross-origin isolation state. That state mitigates the risk of side-channel attacks and unlocks a few capabilities:

A website is in a cross-origin isolated state, when the response header has the value same-origin and the header has the value require-corp or credentialless.

Implementation

external bool get crossOriginIsolated;