[Bug 27605] [NewObject] and Promise

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

Jonas Sicking <jonas@sicking.cc> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonas@sicking.cc

--- Comment #2 from Jonas Sicking <jonas@sicking.cc> ---
Does

  [NewObject] Promise<Foo> getMeAFoo();

mean that the Promise instance returned is always a new one, or that once the
Promise resolves, that it resolves to an object that was newly created?

Do we need new syntax to better describe the two alternatives?

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

Received on Monday, 15 December 2014 07:40:51 UTC