Click or drag to resize

PermissionsPolicyFeature Enumeration

Version 106.0.290
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: 106.0.290.0 (106.0.290.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
ChRtt12 ch-rtt
ChSaveData13 ch-save-data
ChUa14 ch-ua
ChUaArch15 ch-ua-arch
ChUaBitness16 ch-ua-bitness
ChUaPlatform17 ch-ua-platform
ChUaModel18 ch-ua-model
ChUaMobile19 ch-ua-mobile
ChUaFull20 ch-ua-full
ChUaFullVersion21 ch-ua-full-version
ChUaFullVersionList22 ch-ua-full-version-list
ChUaPlatformVersion23 ch-ua-platform-version
ChUaReduced24 ch-ua-reduced
ChUaWow6425 ch-ua-wow64
ChViewportHeight26 ch-viewport-height
ChViewportWidth27 ch-viewport-width
ChWidth28 ch-width
ClipboardRead29 clipboard-read
ClipboardWrite30 clipboard-write
CrossOriginIsolated31 cross-origin-isolated
DirectSockets32 direct-sockets
DisplayCapture33 display-capture
DocumentDomain34 document-domain
EncryptedMedia35 encrypted-media
ExecutionWhileOutOfViewport36 execution-while-out-of-viewport
ExecutionWhileNotRendered37 execution-while-not-rendered
FederatedCredentials38 federated-credentials
FocusWithoutUserActivation39 focus-without-user-activation
Fullscreen40 fullscreen
Frobulate41 frobulate
Gamepad42 gamepad
Geolocation43 geolocation
Gyroscope44 gyroscope
Hid45 hid
IdleDetection46 idle-detection
InterestCohort47 interest-cohort
JoinAdInterestGroup48 join-ad-interest-group
KeyboardMap49 keyboard-map
LocalFonts50 local-fonts
Magnetometer51 magnetometer
Microphone52 microphone
Midi53 midi
OtpCredentials54 otp-credentials
Payment55 payment
PictureInPicture56 picture-in-picture
PublickeyCredentialsGet57 publickey-credentials-get
RunAdAuction58 run-ad-auction
ScreenWakeLock59 screen-wake-lock
Serial60 serial
SharedAutofill61 shared-autofill
SharedStorage62 shared-storage
StorageAccess63 storage-access
SyncXhr64 sync-xhr
TrustTokenRedemption65 trust-token-redemption
Unload66 unload
Usb67 usb
VerticalScroll68 vertical-scroll
WebShare69 web-share
WindowPlacement70 window-placement
XrSpatialTracking71 xr-spatial-tracking
See Also