[Bug 22357] New: 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
Bug ID: 22357
Summary: Don't special case callable 'then'
Classification: Unclassified
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DOM
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
http://dom.spec.whatwg.org/#promises-model would be simpler if
"If JavaScript IsCallable(then) is true, run these substeps and then terminate
these steps:" wasn't there, but if 'then' isn't callable, just throw and handle
that the same way what would happen if 'then' was callable and throws an
exception.
--
You are receiving this mail because:
You are on the CC list for the bug.