remove method

JSPromise<JSAny?> remove()

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();