- From: Jackie Han <notifications@github.com>
- Date: Thu, 29 Nov 2018 13:55:34 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 29 November 2018 21:55:56 UTC
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