samdarshihawk / Service-Workers-for-PWA

Service Workers for caching static assests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programmed Service Workers for PWA. The SW will start download target assests once the user access the wepage. SW would download static files (CSS, JS and images). Even if just one file is not cached, the whole install step fails. This ensures that if a SW is installed, it contains all the predefined files in its cache. This will result in offline use of the PWA or Web app. This will also reduce the loading time for the webpage.

About

Service Workers for caching static assests


Languages

Language:HTML 49.9%Language:JavaScript 37.1%Language:CSS 13.0%