[Webkit-unassigned] [Bug 149477] PromiseSubclass.resolve does not "cast" correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 23 00:13:55 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=149477

--- Comment #1 from Yusuke Suzuki <utatane.tea at gmail.com> ---
This is because the current Promise cannot be subclassible.
We can fix this by using newTarget in C++ Promise constructor as a workaround.
But ideally, this should be fixed by moving Promise to JS implemented constructor.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150923/f37fea6e/attachment.html>


More information about the webkit-unassigned mailing list