[Bug 19625] New: add onkeyerror event handler to MediaKeySession

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 the QA Contact for the bug.

Received on Friday, 19 October 2012 08:51:40 UTC