None.
- Fix inaccurate timeout type detection using
xhr.readyStateinstead of timer existence.
- Move all source Dart files to
*_impl.dartto avoid naming collision. This is a workaround of dart-lang/sdk#56498.
- Support
FileAccessModeinDio.downloadandDio.downloadUrito change download file opening mode.
- Supports the WASM environment. Users should upgrade the adapter with
dart pub upgradeorflutter pub upgradeto use the WASM-supported version.
- Improves warning logs on the Web platform.
- Split the Web ability from the
package:dio.