[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 #22 from Jerry Smith <jdsmith@microsoft.com> ---
We believe an event is likely sufficient, something like:

X.X  KeySystemEvent

The KeySystemEvent is used to return Key System specific 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;
};

I've drafted this as returning a message since that seems more clearly intended
to provide information.

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

Received on Tuesday, 17 February 2015 02:55:03 UTC