Click or drag to resize

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
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
ComputePressure32 compute-pressure
CrossOriginIsolated33 cross-origin-isolated
DirectSockets34 direct-sockets
DisplayCapture35 display-capture
DocumentDomain36 document-domain
EncryptedMedia37 encrypted-media
ExecutionWhileOutOfViewport38 execution-while-out-of-viewport
ExecutionWhileNotRendered39 execution-while-not-rendered
FocusWithoutUserActivation40 focus-without-user-activation
Fullscreen41 fullscreen
Frobulate42 frobulate
Gamepad43 gamepad
Geolocation44 geolocation
Gyroscope45 gyroscope
Hid46 hid
IdentityCredentialsGet47 identity-credentials-get
IdleDetection48 idle-detection
InterestCohort49 interest-cohort
JoinAdInterestGroup50 join-ad-interest-group
KeyboardMap51 keyboard-map
LocalFonts52 local-fonts
Magnetometer53 magnetometer
Microphone54 microphone
Midi55 midi
OtpCredentials56 otp-credentials
Payment57 payment
PictureInPicture58 picture-in-picture
PublickeyCredentialsGet59 publickey-credentials-get
RunAdAuction60 run-ad-auction
ScreenWakeLock61 screen-wake-lock
Serial62 serial
SharedAutofill63 shared-autofill
SharedStorage64 shared-storage
StorageAccess65 storage-access
SyncXhr66 sync-xhr
TrustTokenRedemption67 trust-token-redemption
Unload68 unload
Usb69 usb
VerticalScroll70 vertical-scroll
WebShare71 web-share
WindowPlacement72 window-placement
XrSpatialTracking73 xr-spatial-tracking
See Also