[Bug 22357] Don't special case callable 'then'
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22357 Anne <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |MOVED --- Comment #2 from Anne <[email protected]> --- The reason for doing [[Get]] and checking if it's callable and then [[Call]] rather than just doing [[Invoke]] is because a lot of JavaScript does it that way. We might change some of this though: https://github.com/domenic/promises-unwrapping/issues/25 In any event, this is now out of scope for DOM as the text has moved (temporarily). -- You are receiving this mail because: You are on the CC list for the bug.