- From: <bugzilla@jessica.w3.org>
- Date: Fri, 19 Oct 2012 08:48:53 +0000
- To: public-html-bugzilla@w3.org
- Message-ID: <bug-19624-2486@http.www.w3.org/Bugs/Public/>
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19624
Priority: P2
Bug ID: 19624
CC: mike@w3.org, public-html-media@w3.org
Assignee: adrianba@microsoft.com
Summary: add onkeymessage eventhandler 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 onkeymessage;
};
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 19 October 2012 08:48:57 UTC