Permission Type
Union cases
| Union case |
Description
|
Full Usage:
ClipboardRead
|
Request access to read from the clipboard. |
Full Usage:
ClipboardSanitizedWrite
|
Request access to write to the clipboard. |
Full Usage:
DeprecatedSyncClipboardRead
|
Request access to run document.execCommand("paste") |
Full Usage:
FileSystem
|
Access to read, write, and file management capabilities using the File System API. |
Full Usage:
Fullscreen
|
Control of the app's fullscreen state via the Fullscreen API. |
Full Usage:
Geolocation
|
Access the user's geolocation data via the Geolocation API |
Full Usage:
Hid
|
Access the HID protocol to manipulate HID devices via the WebHID API. |
Full Usage:
IdleDetection
|
Access the user's idle state via the IdleDetector API. |
Full Usage:
Media
|
Access to media devices such as camera, microphone and speakers. |
Full Usage:
MediaKeySystem
|
Access to DRM protected content. |
Full Usage:
Midi
|
Enable MIDI access in the Web MIDI API. |
Full Usage:
MidiSysex
|
Use system exclusive messages in the Web MIDI API. |
Full Usage:
Notifications
|
Configure and display desktop notifications to the user with the Notifications API. |
Full Usage:
OpenExternal
|
Open links in external applications. |
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. |
Full Usage:
Serial
|
Read from and write to serial devices with the Web Serial API. |
Full Usage:
StorageAccess
|
Allows content loaded in a third-party context to request access to third-party cookies using the Storage Access API. |
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. |
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
|
Full Usage:
this.IsClipboardRead
Returns: bool
|
|
Full Usage:
this.IsClipboardSanitizedWrite
Returns: bool
|
|
Full Usage:
this.IsDeprecatedSyncClipboardRead
Returns: bool
|
|
Full Usage:
this.IsFileSystem
Returns: bool
|
|
Full Usage:
this.IsFullscreen
Returns: bool
|
|
Full Usage:
this.IsGeolocation
Returns: bool
|
|
Full Usage:
this.IsHid
Returns: bool
|
|
Full Usage:
this.IsIdleDetection
Returns: bool
|
|
Full Usage:
this.IsMedia
Returns: bool
|
|
Full Usage:
this.IsMediaKeySystem
Returns: bool
|
|
Full Usage:
this.IsMidi
Returns: bool
|
|
Full Usage:
this.IsMidiSysex
Returns: bool
|
|
Full Usage:
this.IsNotifications
Returns: bool
|
|
Full Usage:
this.IsOpenExternal
Returns: bool
|
|
Full Usage:
this.IsPointerLock
Returns: bool
|
|
Full Usage:
this.IsSerial
Returns: bool
|
|
Full Usage:
this.IsStorageAccess
Returns: bool
|
|
Full Usage:
this.IsTopLevelStorageAccess
Returns: bool
|
|
Full Usage:
this.IsUsb
Returns: bool
|
|
fable-electron-docs-api