This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
The resolve algorithm currently states: """ If value is a future, run these substeps and then terminate these steps: Let accept be a new future handler whose type is resolve and resolver is value's associated resolver. Let reject be a new future handler whose type is reject and resolver is value's associated resolver. Append accept and reject to value. """ When implementing this in WebKit, I noticed that it did not work. I may be mistaken but I believe the new handlers' resolver should not be "value"'s associated resolver. Instead, it should be the *current* resolver.
https://github.com/whatwg/dom/commit/7f7d424ebc52d7667adac007bfcb5521af309c49