From a37ea81488e435a09489ba9a15f478b35cfa6ce6 Mon Sep 17 00:00:00 2001 From: MaximBelov Date: Fri, 16 Oct 2020 20:15:34 +0300 Subject: [PATCH] chore(file-transfer): undeprecate (#3542) --- src/@ionic-native/plugins/file-transfer/index.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/@ionic-native/plugins/file-transfer/index.ts b/src/@ionic-native/plugins/file-transfer/index.ts index e23be5ddc..9ec4c35c5 100644 --- a/src/@ionic-native/plugins/file-transfer/index.ts +++ b/src/@ionic-native/plugins/file-transfer/index.ts @@ -105,11 +105,7 @@ export interface FileTransferError { * * @description * This plugin allows you to upload and download files. - * - * @deprecated - * This plugin has been deprecated in favor of XHR2 - * https://cordova.apache.org/blog/2017/10/18/from-filetransfer-to-xhr2.html - * + * * @usage * ```typescript * import { FileTransfer, FileUploadOptions, FileTransferObject } from '@ionic-native/file-transfer/ngx';