Click or drag to resize

PermissionsPolicyFeature Enumeration

Version 92.0.260
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: 92.0.260.0 (92.0.260.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
ChUaPlatform14 ch-ua-platform
ChUaModel15 ch-ua-model
ChUaMobile16 ch-ua-mobile
ChUaFullVersion17 ch-ua-full-version
ChUaPlatformVersion18 ch-ua-platform-version
ChViewportWidth19 ch-viewport-width
ChWidth20 ch-width
ClipboardRead21 clipboard-read
ClipboardWrite22 clipboard-write
CrossOriginIsolated23 cross-origin-isolated
DirectSockets24 direct-sockets
DisplayCapture25 display-capture
DocumentDomain26 document-domain
EncryptedMedia27 encrypted-media
ExecutionWhileOutOfViewport28 execution-while-out-of-viewport
ExecutionWhileNotRendered29 execution-while-not-rendered
FocusWithoutUserActivation30 focus-without-user-activation
Fullscreen31 fullscreen
Frobulate32 frobulate
Gamepad33 gamepad
Geolocation34 geolocation
Gyroscope35 gyroscope
Hid36 hid
IdleDetection37 idle-detection
InterestCohort38 interest-cohort
Magnetometer39 magnetometer
Microphone40 microphone
Midi41 midi
OtpCredentials42 otp-credentials
Payment43 payment
PictureInPicture44 picture-in-picture
PublickeyCredentialsGet45 publickey-credentials-get
ScreenWakeLock46 screen-wake-lock
Serial47 serial
SharedAutofill48 shared-autofill
StorageAccessApi49 storage-access-api
SyncXhr50 sync-xhr
TrustTokenRedemption51 trust-token-redemption
Usb52 usb
VerticalScroll53 vertical-scroll
WebShare54 web-share
WindowPlacement55 window-placement
XrSpatialTracking56 xr-spatial-tracking
See Also