Skip to content

2.3.0

Choose a tag to compare

@Zekfad Zekfad released this 28 Mar 21:27
· 2 commits to master since this release
7ff1d16

Requires Dart 3.6

  • Use proper JS type checks.
  • Add missing docs to public API.
  • Add missing File and JSDataView to RequestBody union.
  • Add missing JSDataView to ResponseBody union.
  • Update license years.
  • ReadableStreamSourceCancelMethodFunction returns JSPromiseOr, because this
    method can return synchronously.
  • Fix ReadableStreamSource.fromStream cancel after error (#6)
  • Add canStreamRequests function to check if streaming is supported in
    current browser.