1.0.4 (2020-03-03)
- When an operation times out based on the
timeout
configured in theOperationRequestOptions
, it gets terminated with an error. In this update, the error that is thrown in browser for such cases is updated to match what is thrown in node i.e anAbortError
is thrown instead of the previousRestError
. PR #7159 - Support for username and password in the proxy url PR #7211
- Removed dependency on
lib.dom.d.ts
so TypeScript users no longer needlib: ["dom"]
in their tsconfig.json file to use this library. PR #7500