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