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
ChViewportHeight21 ch-viewport-height
ChViewportWidth22 ch-viewport-width
ChWidth23 ch-width
ClipboardRead24 clipboard-read
ClipboardWrite25 clipboard-write
CrossOriginIsolated26 cross-origin-isolated
DirectSockets27 direct-sockets
DisplayCapture28 display-capture
DocumentDomain29 document-domain
EncryptedMedia30 encrypted-media
ExecutionWhileOutOfViewport31 execution-while-out-of-viewport
ExecutionWhileNotRendered32 execution-while-not-rendered
FocusWithoutUserActivation33 focus-without-user-activation
Fullscreen34 fullscreen
Frobulate35 frobulate
Gamepad36 gamepad
Geolocation37 geolocation
Gyroscope38 gyroscope
Hid39 hid
IdleDetection40 idle-detection
InterestCohort41 interest-cohort
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