Clone response before put it to the cache (#6932)
`Response.prototype.clone()` must be called before the response used. This fixes an error from ServiceWorker and failing to load image when the image is not cached.
Please register or sign in to comment