The Lock interface of the the Web Locks API provides the name
mode of a previously requested lock, which is received in the
to LockManager.request()
.
The Lock interface of the the Web Locks API provides the name mode of a previously requested lock, which is received in the to `LockManager.request()`.
(mode this)
Property.
[Read Only] [Experimental]
The mode read-only property of the web.locks.Lock
interface
the access mode passed to LockManager.request()
when the lock
requested. The mode is either "exclusive" (the default) or
var mode = Lock.mode
See also: https://developer.mozilla.org/en-US/docs/Web/API/Lock/mode
Property. [Read Only] [Experimental] The mode read-only property of the `web.locks.Lock` interface the access mode passed to `LockManager.request()` when the lock requested. The mode is either \"exclusive\" (the default) or `var mode = Lock.mode` See also: `https://developer.mozilla.org/en-US/docs/Web/API/Lock/mode`
(name this)
Property.
[Read Only] [Experimental]
The name read-only property of the web.locks.Lock
interface
the name passed to LockManager.request
selected when the lock
requested.
var name = Lock.name
See also: https://developer.mozilla.org/en-US/docs/Web/API/Lock/name
Property. [Read Only] [Experimental] The name read-only property of the `web.locks.Lock` interface the name passed to `LockManager.request` selected when the lock requested. `var name = Lock.name` See also: `https://developer.mozilla.org/en-US/docs/Web/API/Lock/name`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close