Service Workers are the core technology used in
Answers
Service worker is kind of script that our browser runs in the background which is different from web page opening the door to features that don't need a web page.
Today, they already include features like push notifications and background sync.
Future service workers could support other things like periodic sync.
Deep feature explained in this demo is the capacity to intercept and handle network requests includes programmatically managing cache of responses.
Service workers are the core technologies used in background of a browser.
It is a script running in the background of the browser.
It is separate from the web page and opens a door features that don’t require a web page.
It includes features like push notifications and background synchronization.