Click or drag to resize

PermissionsPolicyFeature Enumeration

Version 97.1.60
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: 97.1.60.0 (97.1.60.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
ChUaFullVersion17 ch-ua-full-version
ChUaPlatformVersion18 ch-ua-platform-version
ChUaReduced19 ch-ua-reduced
ChViewportHeight20 ch-viewport-height
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
KeyboardMap41 keyboard-map
Magnetometer42 magnetometer
Microphone43 microphone
Midi44 midi
OtpCredentials45 otp-credentials
Payment46 payment
PictureInPicture47 picture-in-picture
PublickeyCredentialsGet48 publickey-credentials-get
ScreenWakeLock49 screen-wake-lock
Serial50 serial
SharedAutofill51 shared-autofill
StorageAccessApi52 storage-access-api
SyncXhr53 sync-xhr
TrustTokenRedemption54 trust-token-redemption
Usb55 usb
VerticalScroll56 vertical-scroll
WebShare57 web-share
WindowPlacement58 window-placement
XrSpatialTracking59 xr-spatial-tracking
See Also