[Bug 21422] Generic Promise type notation

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

Cameron McCormack <cam@mcc.id.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Cameron McCormack <cam@mcc.id.au> ---
Although I plan to make Error and DOMException the names of real types and not
just exceptions, I'm not sure how useful it is to identify the rejection type
and to type check it.  So for the moment I don't coerce it (well, I convert it
to "any" which is the "don't do anything really" conversion from JS to IDL
values).

https://github.com/heycam/webidl/commit/61403d1705384ed4bb9e15fd4dda319b96faf08a

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

Received on Tuesday, 28 January 2014 23:04:39 UTC