Click or drag to resize

PermissionsPolicyFeature Enumeration

Version 102.0.100
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: 102.0.100.0 (102.0.100.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
ChPartitionedCookies10 ch-partitioned-cookies
ChPrefersColorScheme11 ch-prefers-color-scheme
ChRtt12 ch-rtt
ChSaveData13 ch-save-data
ChUa14 ch-ua
ChUaArch15 ch-ua-arch
ChUaBitness16 ch-ua-bitness
ChUaPlatform17 ch-ua-platform
ChUaModel18 ch-ua-model
ChUaMobile19 ch-ua-mobile
ChUaFull20 ch-ua-full
ChUaFullVersion21 ch-ua-full-version
ChUaFullVersionList22 ch-ua-full-version-list
ChUaPlatformVersion23 ch-ua-platform-version
ChUaReduced24 ch-ua-reduced
ChUaWow6425 ch-ua-wow64
ChViewportHeight26 ch-viewport-height
ChViewportWidth27 ch-viewport-width
ChWidth28 ch-width
ClipboardRead29 clipboard-read
ClipboardWrite30 clipboard-write
CrossOriginIsolated31 cross-origin-isolated
DirectSockets32 direct-sockets
DisplayCapture33 display-capture
DocumentDomain34 document-domain
EncryptedMedia35 encrypted-media
ExecutionWhileOutOfViewport36 execution-while-out-of-viewport
ExecutionWhileNotRendered37 execution-while-not-rendered
FocusWithoutUserActivation38 focus-without-user-activation
Fullscreen39 fullscreen
Frobulate40 frobulate
Gamepad41 gamepad
Geolocation42 geolocation
Gyroscope43 gyroscope
Hid44 hid
IdleDetection45 idle-detection
InterestCohort46 interest-cohort
JoinAdInterestGroup47 join-ad-interest-group
KeyboardMap48 keyboard-map
Magnetometer49 magnetometer
Microphone50 microphone
Midi51 midi
OtpCredentials52 otp-credentials
Payment53 payment
PictureInPicture54 picture-in-picture
PublickeyCredentialsGet55 publickey-credentials-get
RunAdAuction56 run-ad-auction
ScreenWakeLock57 screen-wake-lock
Serial58 serial
SharedAutofill59 shared-autofill
StorageAccessApi60 storage-access-api
SyncXhr61 sync-xhr
TrustTokenRedemption62 trust-token-redemption
Usb63 usb
VerticalScroll64 vertical-scroll
WebShare65 web-share
WindowPlacement66 window-placement
XrSpatialTracking67 xr-spatial-tracking
See Also