Web Worker
A Web Worker is a browser API that runs JavaScript code on a background thread, separate from the main UI thread, so CPU-intensive tasks don't block page rendering or user interaction.
4 resources across 1 library
Glossary Terms(4)
Web Push Notifications
Web push notifications are messages that a website can send to a user's device even when the browser or site isn't open, delivered via the browser's Push API a…
Local Storage
Local Storage is a browser API that lets web applications store key-value string data on the user's device, persisting across page reloads and browser restarts…
IndexedDB
IndexedDB is a low-level, asynchronous browser API for storing significant amounts of structured data — including files and blobs — on the client, with support…
Web Worker
A Web Worker is a browser API that runs JavaScript code on a background thread, separate from the main UI thread, so CPU-intensive tasks don't block page rende…