Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2017-06-26 | 776 Bytes | |
v0.10.6.tar.gz | 2017-06-26 | 2.4 MB | |
v0.10.6.zip | 2017-06-26 | 2.5 MB | |
Totals: 3 Items | 4.9 MB | 0 |
Bug fixes
- Remove bad performance log statement from Android response handler [#353]
- Optimize UID generator function and remove
bind
statements in XMLHttpReuqest and Blob polyfill - Fix some Promise.reject not being returned in FileSystem [#366]
- Add support for SDCard applications' directory (Android only) [#372]
- Add Android arbitrary providers support [#374]
- Share cookies with RN, remove cookie utils [#388] @Jacse
- Fix progress, uploadProgress, and cancel issue on Fetch Replacement [#370]
- Fix Android
fs.readStream
utf8 encoding issue on data containing special characters.
API Changes
- Add IOS fetch option
IOSBackgroundTask
which makes requests in IOS usesdefaultSessionConfiguration
by default to fix timeout issue [#368].