This repository has been archived by the owner on Aug 6, 2019. It is now read-only.
Breaking changes:
- The unauthorizedInterrupt property now defaults to
false
- API requests that fail due to connection errors (HTTP status
-1
) will now reject the request promise like other errors, and broadcast bothAPIRequestComplete
andAPIRequestError
. Requests that are canceled using the$cancel
method will not be affected by this change.