Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.
This repository was archived by the owner on Sep 25, 2019. It is now read-only.

Allow promises to be handled after rejection #42

Description

@michaeldwan

This causes an unhandled promise rejection error in fly.rs but is considered valid in other engines and MDN:

const handler = Promise.reject();
handler.then(console.log).catch(console.error);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions