This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
interface MediaKeySession : EventTarget { // error state readonly attribute MediaKeyError? error; // session properties readonly attribute DOMString keySystem; readonly attribute DOMString sessionId; // session operations void addKey(Uint8Array key); void close(); // event handler attribute EventHandler onkeymessage; };
*** This bug has been marked as a duplicate of bug 18928 ***