Skip to content

Impossible to handle global error #23

@LKay

Description

@LKay

In your code you're muting all unhandled exceptions and just print out the error message

.catch(function(e){
This is serious bug, imho. This part makes it impossible to globally handle errors in scripts using try-catch statement or window.onerror handler.

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