I'm new to PWA and had this question bugging me. If a user clears out the browser data, will it also clear out the data which is stored by a Progressive Web App, as it depends on the browser for it's execution?
答案 0 :(得分:4)
是的。 Google工程师在this post中确认了这一点:
当用户清除其浏览数据/ Cookie时,会清除所有网站 存储包括SW缓存,cookie,本地存储, indexeddb和任何其他本地缓存系统。
请注意,这也将取消注册所有服务工作者,这意味着您不会 在您的服务工作者注册的情况下 在没有任何缓存资产的情况下控制页面 安装步骤。