Click or drag to resize

PermissionsPolicyFeature Enumeration

Version 101.0.180
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: 101.0.180.0 (101.0.180.0)
Syntax
public enum PermissionsPolicyFeature
Members
  Member nameValueDescription
Accelerometer0 accelerometer
AmbientLightSensor1 ambient-light-sensor
AttributionReporting2 attribution-reporting
Autoplay3 autoplay
BrowsingTopics4 browsing-topics
Camera5 camera
ChDpr6 ch-dpr
ChDeviceMemory7 ch-device-memory
ChDownlink8 ch-downlink
ChEct9 ch-ect
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
ChUaFull18 ch-ua-full
ChUaFullVersion19 ch-ua-full-version
ChUaFullVersionList20 ch-ua-full-version-list
ChUaPlatformVersion21 ch-ua-platform-version
ChUaReduced22 ch-ua-reduced
ChUaWow6423 ch-ua-wow64
ChViewportHeight24 ch-viewport-height
ChViewportWidth25 ch-viewport-width
ChWidth26 ch-width
ChPartitionedCookies27 ch-partitioned-cookies
ClipboardRead28 clipboard-read
ClipboardWrite29 clipboard-write
CrossOriginIsolated30 cross-origin-isolated
DirectSockets31 direct-sockets
DisplayCapture32 display-capture
DocumentDomain33 document-domain
EncryptedMedia34 encrypted-media
ExecutionWhileOutOfViewport35 execution-while-out-of-viewport
ExecutionWhileNotRendered36 execution-while-not-rendered
FocusWithoutUserActivation37 focus-without-user-activation
Fullscreen38 fullscreen
Frobulate39 frobulate
Gamepad40 gamepad
Geolocation41 geolocation
Gyroscope42 gyroscope
Hid43 hid
IdleDetection44 idle-detection
InterestCohort45 interest-cohort
JoinAdInterestGroup46 join-ad-interest-group
KeyboardMap47 keyboard-map
Magnetometer48 magnetometer
Microphone49 microphone
Midi50 midi
OtpCredentials51 otp-credentials
Payment52 payment
PictureInPicture53 picture-in-picture
PublickeyCredentialsGet54 publickey-credentials-get
RunAdAuction55 run-ad-auction
ScreenWakeLock56 screen-wake-lock
Serial57 serial
SharedAutofill58 shared-autofill
StorageAccessApi59 storage-access-api
SyncXhr60 sync-xhr
TrustTokenRedemption61 trust-token-redemption
Usb62 usb
VerticalScroll63 vertical-scroll
WebShare64 web-share
WindowPlacement65 window-placement
XrSpatialTracking66 xr-spatial-tracking
See Also