crossOriginIsolated
Description
The crossOriginIsolated of WindowOrWorkerGlobalScope for JS returns whether scripts running in this global are allowed to use APIs that require cross-origin isolation. This depends on the `Cross-Origin-Opener-Policy` and `Cross-Origin-Embedder-Policy` HTTP response headers and the "cross-origin-isolated" feature.
Syntax
self.crossOriginIsolated