- From: <bugzilla@jessica.w3.org>
- Date: Thu, 28 Mar 2013 18:31:46 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21427
--- Comment #1 from Domenic Denicola <domenic@domenicdenicola.com> ---
> Now because this change resolver's resolvers can be invoked several times.
This is already true, I think, because of future initialization. E.g.
  new Future(({ resolve, reject }) => {
    resolve(1);
    throw 2;
  });
-- 
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 28 March 2013 18:31:50 UTC