MediaKeySession attribute closed does not match the EME spec |
|
Issue description
In running the W3C EME tests [1], Chrome reports a failure in the test "MediaKeySession interface: attribute closed".
The latest EME spec [2] has attribute closed defined as Promise<void>. However, the IDL for MediaKeySession [3] simply has
[CallWith=ScriptState] readonly attribute Promise closed;
The Chromium IDL should be updated to match the spec.
[1] https://w3c-test.org/encrypted-media/idlharness.html
[2] http://w3c.github.io/encrypted-media/#mediakeysession-interface
[3] https://cs.chromium.org/chromium/src/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.idl
,
Aug 25 2017
|
|
►
Sign in to add a comment |
|
Comment 1 by bugdroid1@chromium.org
, Aug 23 2017