remove method
The remove()
method of the MediaKeySession interface returns a
Promise
after removing any session data associated with the current
object.
Implementation
external JSPromise<JSAny?> remove();
The remove()
method of the MediaKeySession interface returns a
Promise
after removing any session data associated with the current
object.
external JSPromise<JSAny?> remove();