Re: PR #217: removing DOMExceptions from error names table

On Jul 9, 2015, at 3:43 AM, Anne van Kesteren wrote:

> On Thu, Jul 9, 2015 at 7:34 AM, Dan Burnett <dburnett@voxeo.com> wrote:
>> Now that the error renaming is done, can we just remove the DOMExceptions (meaning the errors *not* defined by this specification from the error names table?  I have submitted https://github.com/w3c/mediacapture-main/pull/217  to do precisely that.
>> 
>> Alternatively, we could attempt to list all the errors that can be *generated* by APIs defined in this specification, in which case we might have to add to the table as it is now.
>> 
>> I'm happy to do it either way.
> 
> If they are all listed in Web IDL you should just drop them. If they
> are not, you should PR Web IDL to add them.

From a WebIDL perspective they are all DOMException, so that's easy.

> 
> 
> -- 
> https://annevankesteren.nl/

Received on Thursday, 9 July 2015 11:54:21 UTC