- From: Jimmy Wärting <notifications@github.com>
- Date: Mon, 11 Apr 2022 15:05:13 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 11 April 2022 22:05:25 UTC
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