PermissionsPolicyFeature Enumeration |
Version 109.1.110
All Permissions Policy features. This enum should match the one defined
in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public enum PermissionsPolicyFeature
public enum class PermissionsPolicyFeature
Members
| Member name | Value | Description |
---|
| Accelerometer | 0 |
accelerometer
|
| AmbientLightSensor | 1 |
ambient-light-sensor
|
| AttributionReporting | 2 |
attribution-reporting
|
| Autoplay | 3 |
autoplay
|
| Bluetooth | 4 |
bluetooth
|
| BrowsingTopics | 5 |
browsing-topics
|
| Camera | 6 |
camera
|
| ChDpr | 7 |
ch-dpr
|
| ChDeviceMemory | 8 |
ch-device-memory
|
| ChDownlink | 9 |
ch-downlink
|
| ChEct | 10 |
ch-ect
|
| ChPrefersColorScheme | 11 |
ch-prefers-color-scheme
|
| ChPrefersReducedMotion | 12 |
ch-prefers-reduced-motion
|
| ChRtt | 13 |
ch-rtt
|
| ChSaveData | 14 |
ch-save-data
|
| ChUa | 15 |
ch-ua
|
| ChUaArch | 16 |
ch-ua-arch
|
| ChUaBitness | 17 |
ch-ua-bitness
|
| ChUaPlatform | 18 |
ch-ua-platform
|
| ChUaModel | 19 |
ch-ua-model
|
| ChUaMobile | 20 |
ch-ua-mobile
|
| ChUaFull | 21 |
ch-ua-full
|
| ChUaFullVersion | 22 |
ch-ua-full-version
|
| ChUaFullVersionList | 23 |
ch-ua-full-version-list
|
| ChUaPlatformVersion | 24 |
ch-ua-platform-version
|
| ChUaReduced | 25 |
ch-ua-reduced
|
| ChUaWow64 | 26 |
ch-ua-wow64
|
| ChViewportHeight | 27 |
ch-viewport-height
|
| ChViewportWidth | 28 |
ch-viewport-width
|
| ChWidth | 29 |
ch-width
|
| ClipboardRead | 30 |
clipboard-read
|
| ClipboardWrite | 31 |
clipboard-write
|
| ComputePressure | 32 |
compute-pressure
|
| CrossOriginIsolated | 33 |
cross-origin-isolated
|
| DirectSockets | 34 |
direct-sockets
|
| DisplayCapture | 35 |
display-capture
|
| DocumentDomain | 36 |
document-domain
|
| EncryptedMedia | 37 |
encrypted-media
|
| ExecutionWhileOutOfViewport | 38 |
execution-while-out-of-viewport
|
| ExecutionWhileNotRendered | 39 |
execution-while-not-rendered
|
| FocusWithoutUserActivation | 40 |
focus-without-user-activation
|
| Fullscreen | 41 |
fullscreen
|
| Frobulate | 42 |
frobulate
|
| Gamepad | 43 |
gamepad
|
| Geolocation | 44 |
geolocation
|
| Gyroscope | 45 |
gyroscope
|
| Hid | 46 |
hid
|
| IdentityCredentialsGet | 47 |
identity-credentials-get
|
| IdleDetection | 48 |
idle-detection
|
| InterestCohort | 49 |
interest-cohort
|
| JoinAdInterestGroup | 50 |
join-ad-interest-group
|
| KeyboardMap | 51 |
keyboard-map
|
| LocalFonts | 52 |
local-fonts
|
| Magnetometer | 53 |
magnetometer
|
| Microphone | 54 |
microphone
|
| Midi | 55 |
midi
|
| OtpCredentials | 56 |
otp-credentials
|
| Payment | 57 |
payment
|
| PictureInPicture | 58 |
picture-in-picture
|
| PublickeyCredentialsGet | 59 |
publickey-credentials-get
|
| RunAdAuction | 60 |
run-ad-auction
|
| ScreenWakeLock | 61 |
screen-wake-lock
|
| Serial | 62 |
serial
|
| SharedAutofill | 63 |
shared-autofill
|
| SharedStorage | 64 |
shared-storage
|
| StorageAccess | 65 |
storage-access
|
| SyncXhr | 66 |
sync-xhr
|
| TrustTokenRedemption | 67 |
trust-token-redemption
|
| Unload | 68 |
unload
|
| Usb | 69 |
usb
|
| VerticalScroll | 70 |
vertical-scroll
|
| WebShare | 71 |
web-share
|
| WindowPlacement | 72 |
window-placement
|
| XrSpatialTracking | 73 |
xr-spatial-tracking
|
See Also