Closed
Description
(Sorry if this has already been discussed)
I saw https://mikewest.github.io/corpp/#issue-524333ea. The issue is not specific to service worker I think, because you can:
- Fetch a request which results in an opaque (and no-corp) response in page A without COEP,
- Store the response to the cachestorage, and
- Get the response from the cachestorage in page B with COEP.
We may have a similar issue with postMessage and ImageBitmap which is transferable.