feature #171: support for responseType "blob"

This commit is contained in:
Sefa Ilkimen
2019-06-14 02:29:45 +02:00
parent 1fc3d6230c
commit 13bf4666b0
6 changed files with 46 additions and 7 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 2.1.0
- Feature #216: Support for response type `arraybuffer`
- Feature #171: Support for response type `blob`
## 2.0.11
- Fixed #221: headers not set on Android when request fails due to non-success status code