- From: <bugzilla@jessica.w3.org>
 - Date: Fri, 19 Oct 2012 08:51:34 +0000
 - To: public-html-media@w3.org
 - Message-ID: <bug-19625-5436@http.www.w3.org/Bugs/Public/>
 
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19625
          Priority: P2
            Bug ID: 19625
                CC: mike@w3.org, public-html-media@w3.org
          Assignee: adrianba@microsoft.com
           Summary: add onkeyerror event handler to MediaKeySession
        QA Contact: public-html-bugzilla@w3.org
          Severity: normal
    Classification: Unclassified
                OS: Windows NT
          Reporter: eric.sun@huawei.com
          Hardware: PC
            Status: NEW
           Version: unspecified
         Component: Encrypted Media Extensions
           Product: HTML WG
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 onkeyerror
};
-- 
You are receiving this mail because:
You are on the CC list for the bug.
Received on Friday, 19 October 2012 08:51:40 UTC