Frontend
31 views
Service Worker
Quick Definition
Background script enabling offline support and notifications
Full Definition
A script running in the background enabling offline support and push notifications.
Examples
caching strategies, offline mode, background sync, push API
Related Terms
progressive-web-app
caching
offline-first
More Frontend Terms
Virtual DOM
Lightweight DOM copy for efficient UI updates
JavaScript
Programming language enabling interactive web content
Context API
React mechanism for sharing state without prop drilling
Flexbox
CSS layout module for one-dimensional item arrangement
DOM
Programming interface representing web page structure as a tree
HTML
Standard markup language for web page structure and content