Skip to content

Need to throw an exception when an error not catched. #14

@Keillion

Description

@Keillion
new Promise(function(){throw 'test ex'});

I test it in ie9 Emulation. But no error throw.
Maybe a error can be throwed this way:

// some things bad happen, catched in `ex`
// now throw it
setTimeout(function(){throw ex},0);

I try to find where to insert these. But it's a little complex. Lots of callback >_<.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions