From 097faad07ae01d4abfdd7c13e03c20acff9977b4 Mon Sep 17 00:00:00 2001 From: russa Date: Fri, 25 Sep 2020 18:59:45 +0200 Subject: [PATCH] removed unsupported warning for aborting requests on `ios` from README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e9cc16b..993bd5e 100644 --- a/README.md +++ b/README.md @@ -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/", {