Please enable JavaScript.
Coggle requires JavaScript to display documents.
Web Worker API (Limitations (Same origin policy, Limited Access - Ex: DOM,…
Web Worker API
Limitations
-
- Limited Access - Ex: DOM, Document Object, Window, Parent.
-
- Cannot interrupt a worker
-
-
Examples
-
scenarios
- Syntax highlighting in code editors
-
-
-
-
Imagine if we are building an Excel app, which will have intensive calculations.
-
-
-
- Communicating with a web worker
-
-
Browser Support