Header menu logo fable-electron-docs-api

Permission Type

Union cases

Union case Description

ClipboardRead

Full Usage: ClipboardRead

Request access to read from the clipboard.

ClipboardSanitizedWrite

Full Usage: ClipboardSanitizedWrite

Request access to write to the clipboard.

DeprecatedSyncClipboardRead

Full Usage: DeprecatedSyncClipboardRead

Request access to run document.execCommand("paste")

FileSystem

Full Usage: FileSystem

Access to read, write, and file management capabilities using the File System API.

Fullscreen

Full Usage: Fullscreen

Control of the app's fullscreen state via the Fullscreen API.

Geolocation

Full Usage: Geolocation

Access the user's geolocation data via the Geolocation API

Hid

Full Usage: Hid

Access the HID protocol to manipulate HID devices via the WebHID API.

IdleDetection

Full Usage: IdleDetection

Access the user's idle state via the IdleDetector API.

Media

Full Usage: Media

Access to media devices such as camera, microphone and speakers.

MediaKeySystem

Full Usage: MediaKeySystem

Access to DRM protected content.

Midi

Full Usage: Midi

Enable MIDI access in the Web MIDI API.

MidiSysex

Full Usage: MidiSysex

Use system exclusive messages in the Web MIDI API.

Notifications

Full Usage: Notifications

Configure and display desktop notifications to the user with the Notifications API.

OpenExternal

Full Usage: OpenExternal

Open links in external applications.

PointerLock

Full Usage: PointerLock

Directly interpret mouse movements as an input method via the Pointer Lock API. These requests always appear to originate from the main frame.

Serial

Full Usage: Serial

Read from and write to serial devices with the Web Serial API.

StorageAccess

Full Usage: StorageAccess

Allows content loaded in a third-party context to request access to third-party cookies using the Storage Access API.

TopLevelStorageAccess

Full Usage: TopLevelStorageAccess

Allow top-level sites to request third-party cookie access on behalf of embedded content originating from another site in the same related website set using the Storage Access API.

Usb

Full Usage: Usb

Expose non-standard Universal Serial Bus (USB) compatible devices services to the web with the WebUSB API.

Instance members

Instance member Description

this.IsClipboardRead

Full Usage: this.IsClipboardRead

Returns: bool
Returns: bool

this.IsClipboardSanitizedWrite

Full Usage: this.IsClipboardSanitizedWrite

Returns: bool
Returns: bool

this.IsDeprecatedSyncClipboardRead

Full Usage: this.IsDeprecatedSyncClipboardRead

Returns: bool
Returns: bool

this.IsFileSystem

Full Usage: this.IsFileSystem

Returns: bool
Returns: bool

this.IsFullscreen

Full Usage: this.IsFullscreen

Returns: bool
Returns: bool

this.IsGeolocation

Full Usage: this.IsGeolocation

Returns: bool
Returns: bool

this.IsHid

Full Usage: this.IsHid

Returns: bool
Returns: bool

this.IsIdleDetection

Full Usage: this.IsIdleDetection

Returns: bool
Returns: bool

this.IsMedia

Full Usage: this.IsMedia

Returns: bool
Returns: bool

this.IsMediaKeySystem

Full Usage: this.IsMediaKeySystem

Returns: bool
Returns: bool

this.IsMidi

Full Usage: this.IsMidi

Returns: bool
Returns: bool

this.IsMidiSysex

Full Usage: this.IsMidiSysex

Returns: bool
Returns: bool

this.IsNotifications

Full Usage: this.IsNotifications

Returns: bool
Returns: bool

this.IsOpenExternal

Full Usage: this.IsOpenExternal

Returns: bool
Returns: bool

this.IsPointerLock

Full Usage: this.IsPointerLock

Returns: bool
Returns: bool

this.IsSerial

Full Usage: this.IsSerial

Returns: bool
Returns: bool

this.IsStorageAccess

Full Usage: this.IsStorageAccess

Returns: bool
Returns: bool

this.IsTopLevelStorageAccess

Full Usage: this.IsTopLevelStorageAccess

Returns: bool
Returns: bool

this.IsUsb

Full Usage: this.IsUsb

Returns: bool
Returns: bool

Type something to start searching.