Click or drag to resize

PermissionsPolicyFeature Enumeration

Version 104.4.240
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: 104.4.240.0 (104.4.240.0)
Syntax
public enum PermissionsPolicyFeature
Members
  Member nameValueDescription
Accelerometer0 accelerometer
AmbientLightSensor1 ambient-light-sensor
AttributionReporting2 attribution-reporting
Autoplay3 autoplay
Bluetooth4 bluetooth
BrowsingTopics5 browsing-topics
Camera6 camera
ChDpr7 ch-dpr
ChDeviceMemory8 ch-device-memory
ChDownlink9 ch-downlink
ChEct10 ch-ect
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
LocalFonts49 local-fonts
Magnetometer50 magnetometer
Microphone51 microphone
Midi52 midi
OtpCredentials53 otp-credentials
Payment54 payment
PictureInPicture55 picture-in-picture
PublickeyCredentialsGet56 publickey-credentials-get
RunAdAuction57 run-ad-auction
ScreenWakeLock58 screen-wake-lock
Serial59 serial
SharedAutofill60 shared-autofill
StorageAccessApi61 storage-access-api
SyncXhr62 sync-xhr
TrustTokenRedemption63 trust-token-redemption
Usb64 usb
VerticalScroll65 vertical-scroll
WebShare66 web-share
WindowPlacement67 window-placement
XrSpatialTracking68 xr-spatial-tracking
See Also