Click or drag to resize

PermissionsPolicyFeature Enumeration

Version 94.4.20
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: 94.4.20.0 (94.4.20.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
ChUaReduced20 ch-ua-reduced
ChViewportWidth21 ch-viewport-width
ChWidth22 ch-width
ClipboardRead23 clipboard-read
ClipboardWrite24 clipboard-write
CrossOriginIsolated25 cross-origin-isolated
DirectSockets26 direct-sockets
DisplayCapture27 display-capture
DocumentDomain28 document-domain
EncryptedMedia29 encrypted-media
ExecutionWhileOutOfViewport30 execution-while-out-of-viewport
ExecutionWhileNotRendered31 execution-while-not-rendered
FocusWithoutUserActivation32 focus-without-user-activation
Fullscreen33 fullscreen
Frobulate34 frobulate
Gamepad35 gamepad
Geolocation36 geolocation
Gyroscope37 gyroscope
Hid38 hid
IdleDetection39 idle-detection
InterestCohort40 interest-cohort
Magnetometer41 magnetometer
Microphone42 microphone
Midi43 midi
OtpCredentials44 otp-credentials
Payment45 payment
PictureInPicture46 picture-in-picture
PublickeyCredentialsGet47 publickey-credentials-get
ScreenWakeLock48 screen-wake-lock
Serial49 serial
SharedAutofill50 shared-autofill
StorageAccessApi51 storage-access-api
SyncXhr52 sync-xhr
TrustTokenRedemption53 trust-token-redemption
Usb54 usb
VerticalScroll55 vertical-scroll
WebShare56 web-share
WindowPlacement57 window-placement
XrSpatialTracking58 xr-spatial-tracking
See Also