FilesystemPermissionRequest Type
Constructors
| Constructor |
Description
|
Full Usage:
FilesystemPermissionRequest(requestingUrl, isMainFrame, ?filePath, ?isDirectory, ?fileAccessType)
Parameters:
string
-
The last URL the requesting frame loaded.
isMainFrame : bool
-
Whether the frame making the request is the main frame.
?filePath : string
-
The path of the fileSystem request.
?isDirectory : bool
-
Whether the fileSystem request is a directory.
?fileAccessType : FileAccessType
-
The access type of the fileSystem request. Can be writable or readable.
Returns: FilesystemPermissionRequest
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.fileAccessType
|
The access type of the fileSystem request. Can be writable or readable. |
Full Usage:
this.filePath
|
The path of the fileSystem request. |
Full Usage:
this.isDirectory
|
Whether the fileSystem request is a directory. |
Full Usage:
this.isMainFrame
|
Whether the frame making the request is the main frame. |
Full Usage:
this.requestingUrl
|
The last URL the requesting frame loaded. |
fable-electron-docs-api