This repository has been archived by the owner on Mar 16, 2019. It is now read-only.
v0.10.5
New API
- Add
fs.pathForAppGroup
for IOS (documentation needed) - Add
android.getContentIntent
for Android - Add
Blob.safeClose
to Blob polyfill, an alternative way to release blob and not removing source file
Bug Fix
- Fix IPad UIDocumentInteractionController issue #311
- Fix IOS multipart request form data
type
property not working issue - Fix app crash when Android Download Manager receives a non-200 response code #296
- Fix out-of-boundary error when using fs.readStream with UTF8 encoding on Android #321
- Fix fs.df() issue on IOS #302
- Fix #288 fetch polyfill crash issue (extra semi-column)
- Fix #306 request body is ignored when request method is set to PATCH