[Bug 26776] Diagnosing and resolving CDM errors needs a numeric systemCode (deleted with MediaKeyError)

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26776

--- Comment #21 from Jerry Smith <jdsmith@microsoft.com> ---
We believe an event is likely sufficient, something like:

X.XThe KeySystemEvent is used to return Key System specific status messages
that provide human readable information on events or errors outside those
defined in this specification.

Events are constructed as defined in Constructing events [DOM].
Constructor(DOMString type, KeySystemEventInit EventInit)]
interface KeySystemEvent : event {
  readonly     attribute DOMString message;
};

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 17 February 2015 02:50:08 UTC