1.0.0-dev.4
Pre-release
Pre-release
- Bumped
fetch_api
dependency to^1.0.0-dev.4
. - Added conformance test.
- Full conformance with http client (with exclusion of streamed requests and
redirects, due to API limitations). FetchResponse
isRedirect
now is alwaysfalse
(because with disabled redirects
exception is throws on redirect, and browser always follows redirects
otherwise)- Added
redirected
flag, that indicates whether request was redirected. - Added docs.