Properties
createDir
create
Dir
: ((name
: string, mount
: Mount) => Promise<boolean>)
Type declaration
-
- (name: string, mount: Mount): Promise<boolean>
-
Returns Promise<boolean>
delete
delete
: ((name
: string, mount
: Mount) => Promise<boolean>)
Type declaration
-
- (name: string, mount: Mount): Promise<boolean>
-
Returns Promise<boolean>
download
download
: ((name
: string, mount
: Mount, options
: any) => Promise<any>)
Type declaration
-
- (name: string, mount: Mount, options: any): Promise<any>
-
Parameters
-
name: string
-
-
options: any
Returns Promise<any>
exists
exists
: ((name
: string, mount
: Mount) => Promise<boolean>)
Type declaration
-
- (name: string, mount: Mount): Promise<boolean>
-
Returns Promise<boolean>
upload
upload
: ((file
: File, mount
: Mount, options
: any) => Promise<any>)
Type declaration
-
- (file: File, mount: Mount, options: any): Promise<any>
-
Returns Promise<any>
ProviderDriver is the interface that all providers must implement that adheres for W3C FileSystem API.