Skip to content

Commit b4be9a3

Browse files
authored
1 parent b141626 commit b4be9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interfaces/encrypted-media.idl

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ enum MediaKeySessionType {
6565
iterable<BufferSource,MediaKeyStatus>;
6666
readonly attribute unsigned long size;
6767
boolean has (BufferSource keyId);
68-
any get (BufferSource keyId);
68+
(MediaKeyStatus or undefined) get (BufferSource keyId);
6969
};
7070

7171
enum MediaKeyStatus {

0 commit comments

Comments
 (0)