mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-24 20:00:16 +08:00
docs(cordova-file): added ArrayBuffer
This commit is contained in:
parent
9ebd92ecb9
commit
288d6ed894
@ -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} path Base FileSystem. Please refer to the iOS and Android filesystems above
|
||||||
* @param {string} fileName path relative to base path
|
* @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.
|
* @param {IWriteOptions} options replace file if set to true. See WriteOptions for more information.
|
||||||
* @returns {Promise<any>} Returns a Promise that resolves to updated file entry or rejects with an error.
|
* @returns {Promise<any>} Returns a Promise that resolves to updated file entry or rejects with an error.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user