I'm working on a PWA with Webassembly. I am having to have the server work in a cross origin isolated state. I am getting the following errors.
js.arcgis.com/4.21/esri/themes/base/images/basemap-toggle-64.svg:1 GET https://js.arcgis.com/4.21/esri/themes/base/images/basemap-toggle-64.svg net::ERR_BLOCKED_BY_RESPONSE.NotSameOriginAfterDefaultedToSameOriginByCoep 200
Does the server js.arcgis.com support the COOP and COEP headers?