w3c / strategy

team-strat, on GitHub, working in public. Current state: DRAFT
158 stars 47 forks source link

Web Locks #138

Open sideshowbarker opened 6 years ago

sideshowbarker commented 6 years ago

The Web Locks API allows scripts running in one tab or worker to asynchronously acquire a lock, hold it while work is performed, then release it. While held, no other script executing in the same origin can acquire the same lock, which allows a web app running in multiple tabs or workers to coordinate work and the use of resources.

Cc @inexorabletash

tidoust commented 1 day ago

Sorry, I seem to have closed that by mistake when I experimented with the new GitHub project. Re-opening.