Function
publishLockRequestEnd
(name, mode, ifAvailable, steal, error)
Source from the content-addressed store, hash-verified
| 137 | } |
| 138 | |
| 139 | function publishLockRequestEnd(name, mode, ifAvailable, steal, error) { |
| 140 | if (lockRequestEndChannel.hasSubscribers) { |
| 141 | lockRequestEndChannel.publish({ name, mode, ifAvailable, steal, error }); |
| 142 | } |
| 143 | } |
| 144 | |
| 145 | // https://w3c.github.io/web-locks/#api-lock-manager |
| 146 | class LockManager { |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…