Click or drag to resize

PermissionsPolicyFeature Enumeration

Version 130.1.90
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: 129.0.110.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
CapturedSurfaceControl7 captured-surface-control
ChDpr8 ch-dpr
ChDeviceMemory9 ch-device-memory
ChDownlink10 ch-downlink
ChEct11 ch-ect
ChPrefersColorScheme12 ch-prefers-color-scheme
ChPrefersReducedMotion13 ch-prefers-reduced-motion
ChPrefersReducedTransparency14 ch-prefers-reduced-transparency
ChRtt15 ch-rtt
ChSaveData16 ch-save-data
ChUa17 ch-ua
ChUaArch18 ch-ua-arch
ChUaBitness19 ch-ua-bitness
ChUaPlatform20 ch-ua-platform
ChUaModel21 ch-ua-model
ChUaMobile22 ch-ua-mobile
ChUaFormFactors23 ch-ua-form-factors
ChUaFullVersion24 ch-ua-full-version
ChUaFullVersionList25 ch-ua-full-version-list
ChUaPlatformVersion26 ch-ua-platform-version
ChUaWow6427 ch-ua-wow64
ChViewportHeight28 ch-viewport-height
ChViewportWidth29 ch-viewport-width
ChWidth30 ch-width
ClipboardRead31 clipboard-read
ClipboardWrite32 clipboard-write
ComputePressure33 compute-pressure
CrossOriginIsolated34 cross-origin-isolated
DeferredFetch35 deferred-fetch
DigitalCredentialsGet36 digital-credentials-get
DirectSockets37 direct-sockets
DisplayCapture38 display-capture
DocumentDomain39 document-domain
EncryptedMedia40 encrypted-media
ExecutionWhileOutOfViewport41 execution-while-out-of-viewport
ExecutionWhileNotRendered42 execution-while-not-rendered
FocusWithoutUserActivation43 focus-without-user-activation
Fullscreen44 fullscreen
Frobulate45 frobulate
Gamepad46 gamepad
Geolocation47 geolocation
Gyroscope48 gyroscope
Hid49 hid
IdentityCredentialsGet50 identity-credentials-get
IdleDetection51 idle-detection
InterestCohort52 interest-cohort
JoinAdInterestGroup53 join-ad-interest-group
KeyboardMap54 keyboard-map
LocalFonts55 local-fonts
Magnetometer56 magnetometer
Microphone57 microphone
Midi58 midi
OtpCredentials59 otp-credentials
Payment60 payment
PictureInPicture61 picture-in-picture
PrivateAggregation62 private-aggregation
PrivateStateTokenIssuance63 private-state-token-issuance
PrivateStateTokenRedemption64 private-state-token-redemption
PublickeyCredentialsCreate65 publickey-credentials-create
PublickeyCredentialsGet66 publickey-credentials-get
RunAdAuction67 run-ad-auction
ScreenWakeLock68 screen-wake-lock
Serial69 serial
SharedAutofill70 shared-autofill
SharedStorage71 shared-storage
SharedStorageSelectUrl72 shared-storage-select-url
SmartCard73 smart-card
SpeakerSelection74 speaker-selection
StorageAccess75 storage-access
SubApps76 sub-apps
SyncXhr77 sync-xhr
Unload78 unload
Usb79 usb
UsbUnrestricted80 usb-unrestricted
VerticalScroll81 vertical-scroll
WebPrinting82 web-printing
WebShare83 web-share
WindowManagement84 window-management
XrSpatialTracking85 xr-spatial-tracking
See Also