- From: <bugzilla@jessica.w3.org>
- Date: Fri, 15 Nov 2013 05:36:31 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23619
Adrian Bateman [MSFT] <adrianba@microsoft.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adrianba@microsoft.com
--- Comment #6 from Adrian Bateman [MSFT] <adrianba@microsoft.com> ---
The advice we have been given is that we should extend DOMError and use the
name attribute for the errors. We need to extend DOMError rather than simply
reusing it because we need to add the systemCode attribute.
I think this means something like
interface MediaKeyError : DNSError {
readonly attribute unsigned long systemCode;
};
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 15 November 2013 05:36:32 UTC