LockManager
The LockManager interface of the Web Locks API provides methods for requesting a new Lock object and querying for an existing Lock object. To get an instance of LockManager, call navigator.locks.
Instance methods
LockManager.request()-
Requests a
Lockobject with parameters specifying its name and characteristics. LockManager.query()-
Returns a
Promisethat resolves with an object that contains information about held and pending locks.
Specifications
| Specification |
|---|
| Web Locks API # api-lock-manager |
Browser compatibility
BCD tables only load in the browser