WebGlossary.info
Web worker
- A JavaScript script executed from an HTML page that runs in the background, independently of scripts that may also have been executed from the same HTML page. The World Wide Web Consortium (W3C) and the WHATWG envision web workers as long-running scripts that are not interrupted by scripts that respond to clicks or other user interactions. Keeping such workers from being interrupted by user activities allows web pages to remain responsive at the same time as they are running long tasks in the background. ← Wikipedia ↑ is.gd/A546Cx
- Previous term: Web Vitals
- Next term: Web-Interoperable Runtimes Community Group
- Random term: Gecko