Tag: JavaScript
-
Service Worker Simplified for developers
What is Service Worker?It is an individual JavaScript file, which runs in a separate JavaScript thread in the browser, for a specific domain, specific path, intercepts and manage network calls, and provide features like background sync, push notification etc.Service Worker will be always active for a website, even if no tab opened for the website.…