Service Worker
Also known as: Service Workers
A JavaScript worker that runs in the background of a web page or browser extension, independently of any open tab. Service workers handle events such as network requests, push notifications, and background sync, and form the basis of progressive web apps and Manifest V3 browser extensions. They must be accessibility-aware when they intercept and modify responses, because altering page structure or caching stale content can break assistive technologies.
Category: web-technology · browsers
Related: Background Script · Manifest V3 · Browser Extension