crossOriginIsolated top-level property

  1. @JS()
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;