I need to know what's max for service worker & PWA cache? I know we can cache some CSS & JS files, but What's the situation with images & updated data + I can cache everything till the user can browse in SPA application without errors?
Asked
Active
Viewed 204 times
1 Answers
0
You can check the space available in the Chrome Developer Tools -> Application Tab -> Clear Storage Option. It shows the usage of the space available and used. You can get limit for that browser from there. You can check out this link for more info. https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Browser_storage_limits_and_eviction_criteria#Storage_limits

Satpal Tanan
- 1,108
- 7
- 17
-
Can you also please upvote if you are satisfied with the answer. :-) – Satpal Tanan Dec 16 '18 at 14:00