Click or drag to resize

PermissionsPolicyFeature Enumeration

Version 108.4.130
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: 108.4.130.0 (108.4.130.0)
Syntax
public enum PermissionsPolicyFeature
Members
  Member nameValueDescription
Accelerometer0 accelerometer
AmbientLightSensor1 ambient-light-sensor
AttributionReporting2 attribution-reporting
Autoplay3 autoplay
Bluetooth4 bluetooth
BrowsingTopics5 browsing-topics
Camera6 camera
ChDpr7 ch-dpr
ChDeviceMemory8 ch-device-memory
ChDownlink9 ch-downlink
ChEct10 ch-ect
ChPrefersColorScheme11 ch-prefers-color-scheme
ChPrefersReducedMotion12 ch-prefers-reduced-motion
ChRtt13 ch-rtt
ChSaveData14 ch-save-data
ChUa15 ch-ua
ChUaArch16 ch-ua-arch
ChUaBitness17 ch-ua-bitness
ChUaPlatform18 ch-ua-platform
ChUaModel19 ch-ua-model
ChUaMobile20 ch-ua-mobile
ChUaFull21 ch-ua-full
ChUaFullVersion22 ch-ua-full-version
ChUaFullVersionList23 ch-ua-full-version-list
ChUaPlatformVersion24 ch-ua-platform-version
ChUaReduced25 ch-ua-reduced
ChUaWow6426 ch-ua-wow64
ChViewportHeight27 ch-viewport-height
ChViewportWidth28 ch-viewport-width
ChWidth29 ch-width
ClipboardRead30 clipboard-read
ClipboardWrite31 clipboard-write
CrossOriginIsolated32 cross-origin-isolated
DirectSockets33 direct-sockets
DisplayCapture34 display-capture
DocumentDomain35 document-domain
EncryptedMedia36 encrypted-media
ExecutionWhileOutOfViewport37 execution-while-out-of-viewport
ExecutionWhileNotRendered38 execution-while-not-rendered
FocusWithoutUserActivation39 focus-without-user-activation
Fullscreen40 fullscreen
Frobulate41 frobulate
Gamepad42 gamepad
Geolocation43 geolocation
Gyroscope44 gyroscope
Hid45 hid
IdentityCredentialsGet46 identity-credentials-get
IdleDetection47 idle-detection
InterestCohort48 interest-cohort
JoinAdInterestGroup49 join-ad-interest-group
KeyboardMap50 keyboard-map
LocalFonts51 local-fonts
Magnetometer52 magnetometer
Microphone53 microphone
Midi54 midi
OtpCredentials55 otp-credentials
Payment56 payment
PictureInPicture57 picture-in-picture
PublickeyCredentialsGet58 publickey-credentials-get
RunAdAuction59 run-ad-auction
ScreenWakeLock60 screen-wake-lock
Serial61 serial
SharedAutofill62 shared-autofill
SharedStorage63 shared-storage
StorageAccess64 storage-access
SyncXhr65 sync-xhr
TrustTokenRedemption66 trust-token-redemption
Unload67 unload
Usb68 usb
VerticalScroll69 vertical-scroll
WebShare70 web-share
WindowPlacement71 window-placement
XrSpatialTracking72 xr-spatial-tracking
See Also