developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous/Introducing_workers
1 Users
0 Comments
16 Highlights
0 Notes
Tags
Top Highlights
can be shared by several different scripts running in different windows.
workers can't access the DOM (the window, document, page elements, and so on).
Introducing workers
Using web workers
Other types of workers
dedicated workers
shared workers
service workers
Worker()
worker.postMessage()
act like proxy servers, caching resources so that web applications can work when the user is offline.
Service workers
message
events
although they can't access all the APIs that the main application can, and in particular can't access the DOM.
Glasp is a social web highlighter that people can highlight and organize quotes and thoughts from the web, and access other like-minded people’s learning.