We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b141626 commit b4be9a3Copy full SHA for b4be9a3
interfaces/encrypted-media.idl
@@ -65,7 +65,7 @@ enum MediaKeySessionType {
65
iterable<BufferSource,MediaKeyStatus>;
66
readonly attribute unsigned long size;
67
boolean has (BufferSource keyId);
68
- any get (BufferSource keyId);
+ (MediaKeyStatus or undefined) get (BufferSource keyId);
69
};
70
71
enum MediaKeyStatus {
0 commit comments