Skip to content

Commit

Permalink
Add web-locks as "worth prototyping". Closes mozilla#64.
Browse files Browse the repository at this point in the history
  • Loading branch information
asutherland committed Jul 21, 2020
1 parent 5452fc5 commit a80b682
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,19 @@
"title": "Web Codecs",
"url": "https://github.com/WICG/web-codecs"
},
{
"ciuName": null,
"description": "This document defines a web platform API that allows script to asynchronously acquire a lock over a resource, hold it while work is performed, then release it. While held, no other script in the origin can acquire a lock over the same resource. This allows contexts (windows, workers) within a web application to coordinate the usage of resources.",
"id": "web-locks",
"mdnUrl": "https://developer.mozilla.org/en-US/docs/Web/API/Web_Locks_API",
"mozBugUrl": "",
"mozPosition": "worth prototyping",
"mozPositionDetail": null,
"mozPositionIssue": 64,
"org": "Proposal",
"title": "Web Locks API",
"url": "https://wicg.github.io/web-locks/"
},
{
"ciuName": "midi",
"description": "This specification defines an API supporting the MIDI (Musical Instrument Digital Interface) protocol, enabling web applications to enumerate and select MIDI input and output devices on the client system and send and receive MIDI messages. It is intended to enable non-music MIDI applications as well as music ones, by providing low-level access to the MIDI devices available on the users' systems.",
Expand Down

0 comments on commit a80b682

Please sign in to comment.