Click or drag to resize

PermissionsPolicyFeature Enumeration

Version 118.6.80
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.Core (in CefSharp.Core.dll) Version: 118.6.80.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
ChPrefersReducedMotion12 ch-prefers-reduced-motion
ChPrefersReducedTransparency13 ch-prefers-reduced-transparency
ChRtt14 ch-rtt
ChSaveData15 ch-save-data
ChUa16 ch-ua
ChUaArch17 ch-ua-arch
ChUaBitness18 ch-ua-bitness
ChUaPlatform19 ch-ua-platform
ChUaModel20 ch-ua-model
ChUaMobile21 ch-ua-mobile
ChUaFormFactor22 ch-ua-form-factor
ChUaFullVersion23 ch-ua-full-version
ChUaFullVersionList24 ch-ua-full-version-list
ChUaPlatformVersion25 ch-ua-platform-version
ChUaWow6426 ch-ua-wow64
ChViewportHeight27 ch-viewport-height
ChViewportWidth28 ch-viewport-width
ChWidth29 ch-width
ClipboardRead30 clipboard-read
ClipboardWrite31 clipboard-write
ComputePressure32 compute-pressure
CrossOriginIsolated33 cross-origin-isolated
DirectSockets34 direct-sockets
DisplayCapture35 display-capture
DocumentDomain36 document-domain
EncryptedMedia37 encrypted-media
ExecutionWhileOutOfViewport38 execution-while-out-of-viewport
ExecutionWhileNotRendered39 execution-while-not-rendered
FocusWithoutUserActivation40 focus-without-user-activation
Fullscreen41 fullscreen
Frobulate42 frobulate
Gamepad43 gamepad
Geolocation44 geolocation
Gyroscope45 gyroscope
Hid46 hid
IdentityCredentialsGet47 identity-credentials-get
IdleDetection48 idle-detection
InterestCohort49 interest-cohort
JoinAdInterestGroup50 join-ad-interest-group
KeyboardMap51 keyboard-map
LocalFonts52 local-fonts
Magnetometer53 magnetometer
Microphone54 microphone
Midi55 midi
OtpCredentials56 otp-credentials
Payment57 payment
PictureInPicture58 picture-in-picture
PrivateAggregation59 private-aggregation
PrivateStateTokenIssuance60 private-state-token-issuance
PrivateStateTokenRedemption61 private-state-token-redemption
PublickeyCredentialsGet62 publickey-credentials-get
RunAdAuction63 run-ad-auction
ScreenWakeLock64 screen-wake-lock
Serial65 serial
SharedAutofill66 shared-autofill
SharedStorage67 shared-storage
SharedStorageSelectUrl68 shared-storage-select-url
SmartCard69 smart-card
StorageAccess70 storage-access
SyncXhr71 sync-xhr
Unload72 unload
Usb73 usb
VerticalScroll74 vertical-scroll
WebShare75 web-share
WindowManagement76 window-management
WindowPlacement77 window-placement
XrSpatialTracking78 xr-spatial-tracking
See Also