How much storage space is my Progressive Web App using? | Dean Hume
You can use navigator.storage.estimate()
to get a (vague) idea of how much space is available on a device for your service worker caches.
You can use navigator.storage.estimate()
to get a (vague) idea of how much space is available on a device for your service worker caches.