request
The request()
method of the LockManager interface requests a Lock object with parameters specifying its name and characteristics.
suspend fun <T : JsAny?> request(name: String, options: LockOptions, callback: LockGrantedCallback<T>): T(source)