Tab Atkins Jr. (2013-09-04T18:35:03.000Z)
On Wed, Sep 4, 2013 at 7:34 AM, Kevin Smith <zenparsing at gmail.com> 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
domenic at domenicdenicola.com (2013-09-08T01:12:55.065Z)
On Wed, Sep 4, 2013 at 7:34 AM, Kevin Smith <zenparsing at gmail.com> wrote:
> 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!