Skip to content

1.0.0-dev.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@Zekfad Zekfad released this 09 Feb 13:40
7adf81e
  • 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 always false (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.