Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2017-04-26 | 720 Bytes | |
v0.10.5.tar.gz | 2017-04-26 | 2.2 MB | |
v0.10.5.zip | 2017-04-26 | 2.2 MB | |
Totals: 3 Items | 4.4 MB | 0 |
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