This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 19625 - add onkeyerror event handler to MediaKeySession
Summary: add onkeyerror event handler to MediaKeySession
Status: RESOLVED DUPLICATE of bug 18928
Alias: None
Product: HTML WG
Classification: Unclassified
Component: Encrypted Media Extensions (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Adrian Bateman [MSFT]
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-19 08:51 UTC by Yang Sun
Modified: 2012-10-29 16:22 UTC (History)
3 users (show)

See Also:


Attachments

Description Yang Sun 2012-10-19 08:51:34 UTC
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
};
Comment 1 David Dorwin 2012-10-29 16:22:16 UTC

*** This bug has been marked as a duplicate of bug 18928 ***