get method
The get()
method of the
MediaKeyStatusMap interface returns the value associated with the given
key, or undefined
if there is none.
Implementation
external MediaKeyStatus? get(BufferSource keyId);
The get()
method of the
MediaKeyStatusMap interface returns the value associated with the given
key, or undefined
if there is none.
external MediaKeyStatus? get(BufferSource keyId);