2.3.0
Requires Dart 3.6
- Use proper JS type checks.
- Add missing docs to public API.
- Add missing
FileandJSDataViewtoRequestBodyunion. - Add missing
JSDataViewtoResponseBodyunion. - Update license years.
ReadableStreamSourceCancelMethodFunctionreturnsJSPromiseOr, because this
method can return synchronously.- Fix
ReadableStreamSource.fromStreamcancel after error (#6) - Add
canStreamRequestsfunction to check if streaming is supported in
current browser.