HTML Web Workers
All HTML topics∙ Chapter 75
HTML Web Workers
Web Workers run JavaScript in a background thread so heavy work doesn't freeze the UI.
ℹ️Workers can't access the DOM directly. Communicate via
postMessage.Web Workers run JavaScript in a background thread so heavy work doesn't freeze the UI.
postMessage.