Skip to content

Commit

Permalink
Add (web) locks (#962)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel D. Beck <[email protected]>
  • Loading branch information
foolip and ddbeck authored Apr 26, 2024
1 parent 6c48a08 commit 7d5c45b
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
27 changes: 27 additions & 0 deletions feature-group-definitions/web-locks.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Generated from: web-locks.yml
# Do not edit this file by hand. Edit the source file instead!

name: Locks
description: The `navigator.locks` API coordinates work with shared resources through mutually exclusive ownership of a resource's name. Also known as web locks.
spec: https://w3c.github.io/web-locks/
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/2375
status:
baseline: low
baseline_low_date: 2022-03-14
support:
chrome: "69"
chrome_android: "69"
edge: "79"
firefox: "96"
firefox_android: "96"
safari: "15.4"
safari_ios: "15.4"
compat_features:
- api.Lock
- api.Lock.mode
- api.Lock.name
- api.LockManager
- api.LockManager.query
- api.LockManager.request
- api.Navigator.locks
- api.WorkerNavigator.locks
13 changes: 13 additions & 0 deletions feature-group-definitions/web-locks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Locks
description: The `navigator.locks` API coordinates work with shared resources through mutually exclusive ownership of a resource's name. Also known as web locks.
spec: https://w3c.github.io/web-locks/
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/2375
compat_features:
- api.Lock
- api.Lock.mode
- api.Lock.name
- api.LockManager
- api.LockManager.query
- api.LockManager.request
- api.Navigator.locks
- api.WorkerNavigator.locks

0 comments on commit 7d5c45b

Please sign in to comment.