Re: [w3c/ServiceWorker] [question]: how do CacheStorage save encoded responses? (Issue #1641)

hmm, i tried this in devtool on some random webpages, both in chrome and firefox on mac
```js
c = await caches.open('x')
await c.add('/');
(await navigator.storage.estimate()).usage
```

seems like chrome save you some more data.
safari don't have `estimate()`

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

Message ID: <w3c/ServiceWorker/issues/1641/1095616561@github.com>

Received on Monday, 11 April 2022 22:05:25 UTC