- Progressive Web Application Development by Example
- Chris Love
- 147字
- 2021-08-05 10:33:21
Should you polyfil response caching?
Request caching can also be polyfiled using IndexedDB. However, now that most browsers support service workers and caching, I don't think this approach has a wise use of resources. Outside of mobile use, Internet Explorer is the main browser without service worker support. At the time of writing this book, IE should really be used primarily in enterprises when their line of business applications have not been upgraded to modern standards.
This means a very small percentage of potential users that may open your PWA will do so in a browser without service worker support. When they do, it is pretty safe to say that they are most likely on a desktop of some sort with a reliable network connection.
Despite developing hundreds of applications using an early implementation of client-side asset caching, I have officially deprecated this approach from my recommendations.
- 自動駕駛網絡:自智時代的網絡架構
- 面向物聯(lián)網的CC2530與傳感器應用開發(fā)
- Twilio Cookbook
- 網絡互聯(lián)技術(實踐篇)
- HTML5 Game development with ImpactJS
- Metasploit Penetration Testing Cookbook
- 物聯(lián)網通信技術
- Learning Swift(Second Edition)
- Getting Started with Memcached
- 無線傳感器網絡定位技術
- Selenium WebDriver 3 Practical Guide
- Building RESTful Web Services with .NET Core
- 小型局域網組建
- Architecting Data:Intensive Applications
- 目標跟蹤中的群智能優(yōu)化方法