removed unsupported warning for aborting requests on ios from README

This commit is contained in:
russa
2020-09-25 18:59:45 +02:00
parent 62c400c6db
commit 097faad07a

View File

@@ -411,8 +411,6 @@ If the request already has finished, the request will finish normally and the ab
If the request is still in progress, the request's `failure` callback will be invoked with response `{status: -8}`, and the abort call result `{aborted: true}`.
:warning: Not supported on iOS.
```js
// start a request and get its requestId
var requestId = cordova.plugin.http.downloadFile("https://google.com/", {