MediaKeyStatusMap class
This EncryptedMediaExtensions API interface is a read-only map of media key statuses by key IDs. Available only in secure contexts.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- MediaKeyStatusMap()
-
factory
Properties
- forEach ↔ void Function(void (MediaKeyStatus, Object, MediaKeyStatusMap), [dynamic])
-
Available on MediaKeyStatusMap, provided by the MediaKeyStatusMap$Typings extension
getter/setter pair - get ↔ MediaKeyStatus? Function(Object)
-
Available on MediaKeyStatusMap, provided by the MediaKeyStatusMap$Typings extension
getter/setter pair - has ↔ bool Function(Object)
-
Available on MediaKeyStatusMap, provided by the MediaKeyStatusMap$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → num
-
Available on MediaKeyStatusMap, provided by the MediaKeyStatusMap$Typings extension
MDN Referenceno setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited