[Bug 25048] consider whether an IDL attribute of type Promise<T> should catch exceptions and wrap them up as a rejected Promise like they are for operations

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

Boris Zbarsky <bzbarsky@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu

--- Comment #1 from Boris Zbarsky <bzbarsky@mit.edu> ---
Are there use cases for attributes of Promise type where this would make sense?
 They wouldn't be creating a new Promise each time, so it's not like the
Promise would represent a operation the attribute getter triggered....

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 14 March 2014 02:20:39 UTC