Skip to content

Uncaught exceptions are thrown on main thread

Latest
Compare
Choose a tag to compare
@g105b g105b released this 29 Jun 12:55
· 6 commits to master since this release
c1fbcdc

In this minor patch release, to match the expectations of working with code that throws exceptions, when there is no catch() method in the promise chain, any exceptions that are raised will be thrown to the main thread, causing a fatal error.

What's Changed

  • Remove scrutinizer by @g105b in #55
  • Exceptions are thrown when there is no catch() function by @g105b in #60

Full Changelog: v2.2.1...v2.2.2