InterviewSolution
Saved Bookmarks
| 1. |
Service Workers are the core technology used in |
|
Answer» 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. |
|