PermissionsPolicyFeature Enumeration |
Version 92.0.260
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: 92.0.260.0 (92.0.260.0)
Syntax public enum PermissionsPolicyFeature
public enum class PermissionsPolicyFeature
Members
| Member name | Value | Description |
---|
| Accelerometer | 0 |
accelerometer
|
| AmbientLightSensor | 1 |
ambient-light-sensor
|
| AttributionReporting | 2 |
attribution-reporting
|
| Autoplay | 3 |
autoplay
|
| Camera | 4 |
camera
|
| ChDpr | 5 |
ch-dpr
|
| ChDeviceMemory | 6 |
ch-device-memory
|
| ChDownlink | 7 |
ch-downlink
|
| ChEct | 8 |
ch-ect
|
| ChLang | 9 |
ch-lang
|
| ChPrefersColorScheme | 10 |
ch-prefers-color-scheme
|
| ChRtt | 11 |
ch-rtt
|
| ChUa | 12 |
ch-ua
|
| ChUaArch | 13 |
ch-ua-arch
|
| ChUaPlatform | 14 |
ch-ua-platform
|
| ChUaModel | 15 |
ch-ua-model
|
| ChUaMobile | 16 |
ch-ua-mobile
|
| ChUaFullVersion | 17 |
ch-ua-full-version
|
| ChUaPlatformVersion | 18 |
ch-ua-platform-version
|
| ChViewportWidth | 19 |
ch-viewport-width
|
| ChWidth | 20 |
ch-width
|
| ClipboardRead | 21 |
clipboard-read
|
| ClipboardWrite | 22 |
clipboard-write
|
| CrossOriginIsolated | 23 |
cross-origin-isolated
|
| DirectSockets | 24 |
direct-sockets
|
| DisplayCapture | 25 |
display-capture
|
| DocumentDomain | 26 |
document-domain
|
| EncryptedMedia | 27 |
encrypted-media
|
| ExecutionWhileOutOfViewport | 28 |
execution-while-out-of-viewport
|
| ExecutionWhileNotRendered | 29 |
execution-while-not-rendered
|
| FocusWithoutUserActivation | 30 |
focus-without-user-activation
|
| Fullscreen | 31 |
fullscreen
|
| Frobulate | 32 |
frobulate
|
| Gamepad | 33 |
gamepad
|
| Geolocation | 34 |
geolocation
|
| Gyroscope | 35 |
gyroscope
|
| Hid | 36 |
hid
|
| IdleDetection | 37 |
idle-detection
|
| InterestCohort | 38 |
interest-cohort
|
| Magnetometer | 39 |
magnetometer
|
| Microphone | 40 |
microphone
|
| Midi | 41 |
midi
|
| OtpCredentials | 42 |
otp-credentials
|
| Payment | 43 |
payment
|
| PictureInPicture | 44 |
picture-in-picture
|
| PublickeyCredentialsGet | 45 |
publickey-credentials-get
|
| ScreenWakeLock | 46 |
screen-wake-lock
|
| Serial | 47 |
serial
|
| SharedAutofill | 48 |
shared-autofill
|
| StorageAccessApi | 49 |
storage-access-api
|
| SyncXhr | 50 |
sync-xhr
|
| TrustTokenRedemption | 51 |
trust-token-redemption
|
| Usb | 52 |
usb
|
| VerticalScroll | 53 |
vertical-scroll
|
| WebShare | 54 |
web-share
|
| WindowPlacement | 55 |
window-placement
|
| XrSpatialTracking | 56 |
xr-spatial-tracking
|
See Also