crossOriginIsolated top-level property
bool?
get
crossOriginIsolated
Whether the web platform has been isolated by COOP and COEP headers,
and is capable of sharing buffers between workers.
Note: not available on all browsers, in which case it will return null.
Implementation
@JS()
external bool? get crossOriginIsolated;