Click or drag to resize

PermissionsPolicyFeature Enumeration

Version 103.0.120
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: 103.0.120.0 (103.0.120.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
ChSaveData12 ch-save-data
ChUa13 ch-ua
ChUaArch14 ch-ua-arch
ChUaBitness15 ch-ua-bitness
ChUaPlatform16 ch-ua-platform
ChUaModel17 ch-ua-model
ChUaMobile18 ch-ua-mobile
ChUaFull19 ch-ua-full
ChUaFullVersion20 ch-ua-full-version
ChUaFullVersionList21 ch-ua-full-version-list
ChUaPlatformVersion22 ch-ua-platform-version
ChUaReduced23 ch-ua-reduced
ChUaWow6424 ch-ua-wow64
ChViewportHeight25 ch-viewport-height
ChViewportWidth26 ch-viewport-width
ChWidth27 ch-width
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
LocalFonts48 local-fonts
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