- From: Anne van Kesteren <annevk@annevk.nl>
- Date: Tue, 2 Jul 2013 08:27:59 +0100
- To: Yutaka Hirano <yhirano@chromium.org>
- Cc: Domenic Denicola <domenic@domenicdenicola.com>, "www-dom@w3c.org" <www-dom@w3c.org>
On Tue, Jul 2, 2013 at 2:19 AM, Yutaka Hirano <yhirano@chromium.org> wrote: > If so, can we have the state check in fulfill / reject algorithms? I guess having the check there, in addition to making sure the public methods can each only be invoked once, is probably about right. You could still get something weird if someone gets passed a resolve and reject callback and invokes them both, resolve first with a promise and then reject, as in that case reject would win, but given they're invoking methods more than once, maybe that's okay? Or maybe there's a better way still? -- http://annevankesteren.nl/
Received on Tuesday, 2 July 2013 07:28:26 UTC