PWA cache for xml based frameworks

ⅰ亾dé卋堺 提交于 2019-12-13 04:33:27

问题


While integrating PWA for Frameworks based on XML & FTL like ApacheOfbiz, Oracle ATG the js, CSS file gets cached but unable to cache text/document files. As the result my pages are not loading in offline

Here my service worker code:

workboxSW.router.registerRoute(/\.(?:html|document|css|js)$/, workboxSW.strategies.networkFirst({
  "cacheName": "CachePages"
}), 'GET');  

来源:https://stackoverflow.com/questions/56863293/pwa-cache-for-xml-based-frameworks

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!