[Bug 19110] DOM "throw" algorithm doesn't seem to use WebIDL "throw" algorithm correctly

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

--- Comment #2 from Cameron McCormack <cam@mcc.id.au> ---
I extended http://dev.w3.org/2006/webapi/WebIDL/#dfn-throw to take the values
to assign to the exception fields, and changed the algorithm in
http://dev.w3.org/2006/webapi/WebIDL/#es-throwing-exceptions to set them so.

You can then say:

  Throw a DOMException, with name equal to name, message equal to an
  implementation-defined value, and with code set to blah.

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

Received on Thursday, 6 December 2012 05:13:33 UTC