Click or drag to resize

PermissionsPolicyFeature Enumeration

Version 100.0.140
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: 100.0.140.0 (100.0.140.0)
Syntax
public enum PermissionsPolicyFeature
Members
  Member nameValueDescription
Accelerometer0 accelerometer
AmbientLightSensor1 ambient-light-sensor
AttributionReporting2 attribution-reporting
Autoplay3 autoplay
Camera4 camera
ChDpr5 ch-dpr
ChDeviceMemory6 ch-device-memory
ChDownlink7 ch-downlink
ChEct8 ch-ect
ChPrefersColorScheme9 ch-prefers-color-scheme
ChRtt10 ch-rtt
ChUa11 ch-ua
ChUaArch12 ch-ua-arch
ChUaBitness13 ch-ua-bitness
ChUaPlatform14 ch-ua-platform
ChUaModel15 ch-ua-model
ChUaMobile16 ch-ua-mobile
ChUaFull17 ch-ua-full
ChUaFullVersion18 ch-ua-full-version
ChUaFullVersionList19 ch-ua-full-version-list
ChUaPlatformVersion20 ch-ua-platform-version
ChUaReduced21 ch-ua-reduced
ChUaWow6422 ch-ua-wow64
ChViewportHeight23 ch-viewport-height
ChViewportWidth24 ch-viewport-width
ChWidth25 ch-width
ChPartitionedCookies26 ch-partitioned-cookies
ClipboardRead27 clipboard-read
ClipboardWrite28 clipboard-write
CrossOriginIsolated29 cross-origin-isolated
DirectSockets30 direct-sockets
DisplayCapture31 display-capture
DocumentDomain32 document-domain
EncryptedMedia33 encrypted-media
ExecutionWhileOutOfViewport34 execution-while-out-of-viewport
ExecutionWhileNotRendered35 execution-while-not-rendered
FocusWithoutUserActivation36 focus-without-user-activation
Fullscreen37 fullscreen
Frobulate38 frobulate
Gamepad39 gamepad
Geolocation40 geolocation
Gyroscope41 gyroscope
Hid42 hid
IdleDetection43 idle-detection
JoinAdInterestGroup44 join-ad-interest-group
KeyboardMap45 keyboard-map
Magnetometer46 magnetometer
Microphone47 microphone
Midi48 midi
OtpCredentials49 otp-credentials
Payment50 payment
PictureInPicture51 picture-in-picture
PublickeyCredentialsGet52 publickey-credentials-get
RunAdAuction53 run-ad-auction
ScreenWakeLock54 screen-wake-lock
Serial55 serial
SharedAutofill56 shared-autofill
StorageAccessApi57 storage-access-api
SyncXhr58 sync-xhr
TrustTokenRedemption59 trust-token-redemption
Usb60 usb
VerticalScroll61 vertical-scroll
WebShare62 web-share
WindowPlacement63 window-placement
XrSpatialTracking64 xr-spatial-tracking
See Also