Skip to content

play-Arena/serviceWorker-practiceArena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ServiceWorkers

Note:

All my repositories with a "playArena" logo means that they are not open source projects but are rather learning projects that I use to learn certain technology/language/feature, etc. in a very hands-on way. This is a standard tagging system that I have come up with to distinguish such repos from actual open source works of mine. This system is followed in all my repo Readme files in order to manage them easily and also to make the visitors quickly understand a repo's purpose. Please be aware that my older learning repos may not adhere to this system, but all future ones will do.

Description:

The folder contains practice code used for learninng serviceWorkers the hands-on way.

Serviceworker Lifecycle:

New ServiceWorker:

  1. Download
  2. Install
  3. Activate

Update Existing Serviceworker:

  1. Download
  2. Install
  3. Wait
  4. Activate

Serviceworker Requirement:

  1. Must be from the same origin.
  2. Domain should use a HTTPS protocol.

Source(s):

  1. Going Offline - From SitePoint
  2. Create a Really Simple Offline Page - From deanhume.com

About

This is a practiceArena for me to learn serviceWorkers the hands-on way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors