has method

bool has(
  1. BufferSource keyId
)

The has property of the MediaKeyStatusMap interface returns a Boolean, asserting whether a value has been associated with the given key.

Implementation

external bool has(BufferSource keyId);