Can users clear the service worker cache?

2019-05-07 17:13发布

I've built a Progressive Web App that uses caching, but it's unclear to me whether users can (accidentally or on purpose) clear the service worker cache, which may clear my tracking data.

2条回答
Emotional °昔
2楼-- · 2019-05-07 17:33

Furthermore, Ctrl-F5 forces a cache refresh, and is intended to abandon all cached content including service worker cache and just retrieve all content from the servers again.

查看更多
We Are One
3楼-- · 2019-05-07 17:35

When a user clears their browsing data / cookies, this clears all site storage which includes the SW cache, cookies, local storage, indexeddb, and any other local caching system.

查看更多
登录 后发表回答