Re: [w3c/ServiceWorker] Prevent opaque requests being used in response to client requests (#590)

A question, I want to use Cache API independently to cache no-cors images(because many CDN images no cors header) in windowed scopes not in service worker. In this condition, fetch's response is opaque. I can use cache.put() to save opaque image to cache, but how can I use this cache to restore image? Service worker can response opaque cache response, but in windowed scopes it can't use opaque image cache to create image or URL.createObjectURL() .

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/590#issuecomment-443007898

Received on Thursday, 29 November 2018 21:55:56 UTC