[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

--- Comment #3 from Cameron McCormack <cam@mcc.id.au> ---
It's not so common for IDL attributes to throw exceptions on getting, but not
unheard of.

Hmm, what if you had an IDL attribute of a Promise<T> type that throws when
assigning?

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

Received on Friday, 14 March 2014 02:26:53 UTC