Click or drag to resize

PermissionsPolicyFeature Enumeration

Version 93.1.111
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: 93.1.111.0 (93.1.111.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
ChLang9 ch-lang
ChPrefersColorScheme10 ch-prefers-color-scheme
ChRtt11 ch-rtt
ChUa12 ch-ua
ChUaArch13 ch-ua-arch
ChUaBitness14 ch-ua-bitness
ChUaPlatform15 ch-ua-platform
ChUaModel16 ch-ua-model
ChUaMobile17 ch-ua-mobile
ChUaFullVersion18 ch-ua-full-version
ChUaPlatformVersion19 ch-ua-platform-version
ChViewportWidth20 ch-viewport-width
ChWidth21 ch-width
ClipboardRead22 clipboard-read
ClipboardWrite23 clipboard-write
CrossOriginIsolated24 cross-origin-isolated
DirectSockets25 direct-sockets
DisplayCapture26 display-capture
DocumentDomain27 document-domain
EncryptedMedia28 encrypted-media
ExecutionWhileOutOfViewport29 execution-while-out-of-viewport
ExecutionWhileNotRendered30 execution-while-not-rendered
FocusWithoutUserActivation31 focus-without-user-activation
Fullscreen32 fullscreen
Frobulate33 frobulate
Gamepad34 gamepad
Geolocation35 geolocation
Gyroscope36 gyroscope
Hid37 hid
IdleDetection38 idle-detection
InterestCohort39 interest-cohort
Magnetometer40 magnetometer
Microphone41 microphone
Midi42 midi
OtpCredentials43 otp-credentials
Payment44 payment
PictureInPicture45 picture-in-picture
PublickeyCredentialsGet46 publickey-credentials-get
ScreenWakeLock47 screen-wake-lock
Serial48 serial
SharedAutofill49 shared-autofill
StorageAccessApi50 storage-access-api
SyncXhr51 sync-xhr
TrustTokenRedemption52 trust-token-redemption
Usb53 usb
VerticalScroll54 vertical-scroll
WebShare55 web-share
WindowPlacement56 window-placement
XrSpatialTracking57 xr-spatial-tracking
See Also