- Progressive Web Application Development by Example
- Chris Love
- 144字
- 2021-08-05 10:33:14
PWA technical requirements
At a minimum, there are three core technical requirements to be a PWA. A website must have a web manifest file, be served using HTTPS, and must register a service worker with a fetch event handler. You will dive deeper into each one of these requirements in future chapters.
The web manifest drives the Add to Homescreen experience. HTTPS provides a layer of security and trust between your application and the browser. The service worker provides the extensible backbone for event-driven functionality to execute on a separate thread from the user interface.
A PWA should also use an application shell or common HTML and CSS. This is the most common application of Chrome, which is used on just about every page on the site. If you have any experience with single page applications, you should understand what an application shell is.
- EJB 3.1從入門到精通
- Proxmox High Availability
- 局域網組建、管理與維護項目教程(Windows Server 2003)
- SSL VPN : Understanding, evaluating and planning secure, web/based remote access
- 射頻通信系統
- 物聯網之霧:基于霧計算的智能硬件快速反應與安全控制
- Mastering Dart
- 搶占下一個智能風口:移動物聯網
- Hands-On Docker for Microservices with Python
- Guide to NoSQL with Azure Cosmos DB
- 移動互聯網環境下的核心網剖析及演進
- Building Microservices with Spring
- 走近2050:注意力、互聯網與人工智能
- Twilio Cookbook(Second Edition)
- Oracle ADF Faces Cookbook