Click or drag to resize

PermissionsPolicyFeature Enumeration

Version 90.6.50
All Permissions Policy features. This enum should match the one defined in renderer/core/feature_policy/feature_policy_features.json5.

Namespace:  CefSharp.DevTools.Page
Assembly:  CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
Syntax
public enum PermissionsPolicyFeature
Members
  Member nameValueDescription
Accelerometer0 accelerometer
AmbientLightSensor1 ambient-light-sensor
Autoplay2 autoplay
Camera3 camera
ChDpr4 ch-dpr
ChDeviceMemory5 ch-device-memory
ChDownlink6 ch-downlink
ChEct7 ch-ect
ChLang8 ch-lang
ChRtt9 ch-rtt
ChUa10 ch-ua
ChUaArch11 ch-ua-arch
ChUaPlatform12 ch-ua-platform
ChUaModel13 ch-ua-model
ChUaMobile14 ch-ua-mobile
ChUaFullVersion15 ch-ua-full-version
ChUaPlatformVersion16 ch-ua-platform-version
ChViewportWidth17 ch-viewport-width
ChWidth18 ch-width
ClipboardRead19 clipboard-read
ClipboardWrite20 clipboard-write
ConversionMeasurement21 conversion-measurement
CrossOriginIsolated22 cross-origin-isolated
DisplayCapture23 display-capture
DocumentDomain24 document-domain
EncryptedMedia25 encrypted-media
ExecutionWhileOutOfViewport26 execution-while-out-of-viewport
ExecutionWhileNotRendered27 execution-while-not-rendered
FocusWithoutUserActivation28 focus-without-user-activation
Fullscreen29 fullscreen
Frobulate30 frobulate
Gamepad31 gamepad
Geolocation32 geolocation
Gyroscope33 gyroscope
Hid34 hid
IdleDetection35 idle-detection
InterestCohort36 interest-cohort
Magnetometer37 magnetometer
Microphone38 microphone
Midi39 midi
OtpCredentials40 otp-credentials
Payment41 payment
PictureInPicture42 picture-in-picture
PublickeyCredentialsGet43 publickey-credentials-get
ScreenWakeLock44 screen-wake-lock
Serial45 serial
StorageAccessApi46 storage-access-api
SyncXhr47 sync-xhr
TrustTokenRedemption48 trust-token-redemption
Usb49 usb
VerticalScroll50 vertical-scroll
WebShare51 web-share
XrSpatialTracking52 xr-spatial-tracking
See Also