FilesystemPermissionRequest

Properties

Link copied to clipboard

The access type of the fileSystem request. Can be writable or readable.

Link copied to clipboard
abstract var filePath: String?

The path of the fileSystem request.

Link copied to clipboard
abstract var isDirectory: Boolean?

Whether the fileSystem request is a directory.

Link copied to clipboard
abstract var isMainFrame: Boolean

Whether the frame making the request is the main frame.

Link copied to clipboard
abstract var requestingUrl: String

The last URL the requesting frame loaded.