mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
fix(file): add toInternalURL (#1561)
* Put back toInternalURL What was the reason to remove `toInternalURL` from `Entry`? Fixes #1560 * Remove trailing whitespace
This commit is contained in:
parent
bd1794d7f5
commit
7c797123f5
@ -159,6 +159,12 @@ export interface Entry {
|
|||||||
*/
|
*/
|
||||||
toURL(): string;
|
toURL(): string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return a URL that can be passed across the bridge to identify this entry.
|
||||||
|
* @return string URL that can be passed across the bridge to identify this entry
|
||||||
|
*/
|
||||||
|
toInternalURL(): string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Deletes a file or directory. It is an error to attempt to delete a directory that is not empty. It is an error to attempt to delete the root directory of a filesystem.
|
* Deletes a file or directory. It is an error to attempt to delete a directory that is not empty. It is an error to attempt to delete the root directory of a filesystem.
|
||||||
* @param successCallback A callback that is called on success.
|
* @param successCallback A callback that is called on success.
|
||||||
|
Loading…
Reference in New Issue
Block a user