Lock

@native @JSGlobal @JSType
class Lock extends Object

The Lock interface of the Web Locks API provides the name and mode of a lock. This may be a newly requested lock that is received in the callback to LockManager.request, or a record of an active or queued lock returned by LockManager.query.

class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

The access mode passed to LockManager.request when the lock was requested.

The access mode passed to LockManager.request when the lock was requested.

def name: String

The name passed to LockManager.request when the lock was requested.

The name passed to LockManager.request when the lock was requested.

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object