Re: Promises: final steps
"Tab Atkins Jr." <[email protected]>
| Newsgroups | gmane.comp.lang.javascript.ecmascript4.general,gmane.comp.web.dom.general |
|---|---|
| Message-ID | <CAAWBYDCzojFzXmr+uuTHm3EfnNOg0p+55saJx5JN3u3xqz4eQw@mail.gmail.com> |
On Wed, Sep 4, 2013 at 7:34 AM, Kevin Smith <[email protected]> wrote: > This looks like good work. I like the name "cast" in particular, as I can > imagine a future casting operator which provides sugar for the cast function > defined on a constructor. > > The only concern I have is over error-swallowing. What's the approach for > this minimal API? As far as I know, the current plan is still that devtools should handle swallowed exceptions, since we got rid of .done() some time ago. Plans may have changed without me knowing, though! ~TJ