From 288d6ed8948dde7ad162193e37ec76848744d161 Mon Sep 17 00:00:00 2001 From: App Evangelist Date: Tue, 16 Jan 2018 14:39:12 +0100 Subject: [PATCH] docs(cordova-file): added ArrayBuffer --- src/@ionic-native/plugins/file/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/file/index.ts b/src/@ionic-native/plugins/file/index.ts index f6c7f06dc..8b4bfd9dd 100644 --- a/src/@ionic-native/plugins/file/index.ts +++ b/src/@ionic-native/plugins/file/index.ts @@ -1000,7 +1000,7 @@ export class File extends IonicNativePlugin { * * @param {string} path Base FileSystem. Please refer to the iOS and Android filesystems above * @param {string} fileName path relative to base path - * @param {string | Blob} text content or blob to write + * @param {string | Blob | ArrayBuffer} text content, blob or ArrayBuffer to write * @param {IWriteOptions} options replace file if set to true. See WriteOptions for more information. * @returns {Promise} Returns a Promise that resolves to updated file entry or rejects with an error. */