PermissionsPolicyFeature Enumeration |
Version 97.1.60
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: 97.1.60.0 (97.1.60.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
|
| ChPrefersColorScheme | 9 |
ch-prefers-color-scheme
|
| ChRtt | 10 |
ch-rtt
|
| ChUa | 11 |
ch-ua
|
| ChUaArch | 12 |
ch-ua-arch
|
| ChUaBitness | 13 |
ch-ua-bitness
|
| 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
|
| ChUaReduced | 19 |
ch-ua-reduced
|
| ChViewportHeight | 20 |
ch-viewport-height
|
| ChViewportWidth | 21 |
ch-viewport-width
|
| ChWidth | 22 |
ch-width
|
| ClipboardRead | 23 |
clipboard-read
|
| ClipboardWrite | 24 |
clipboard-write
|
| CrossOriginIsolated | 25 |
cross-origin-isolated
|
| DirectSockets | 26 |
direct-sockets
|
| DisplayCapture | 27 |
display-capture
|
| DocumentDomain | 28 |
document-domain
|
| EncryptedMedia | 29 |
encrypted-media
|
| ExecutionWhileOutOfViewport | 30 |
execution-while-out-of-viewport
|
| ExecutionWhileNotRendered | 31 |
execution-while-not-rendered
|
| FocusWithoutUserActivation | 32 |
focus-without-user-activation
|
| Fullscreen | 33 |
fullscreen
|
| Frobulate | 34 |
frobulate
|
| Gamepad | 35 |
gamepad
|
| Geolocation | 36 |
geolocation
|
| Gyroscope | 37 |
gyroscope
|
| Hid | 38 |
hid
|
| IdleDetection | 39 |
idle-detection
|
| InterestCohort | 40 |
interest-cohort
|
| KeyboardMap | 41 |
keyboard-map
|
| Magnetometer | 42 |
magnetometer
|
| Microphone | 43 |
microphone
|
| Midi | 44 |
midi
|
| OtpCredentials | 45 |
otp-credentials
|
| Payment | 46 |
payment
|
| PictureInPicture | 47 |
picture-in-picture
|
| PublickeyCredentialsGet | 48 |
publickey-credentials-get
|
| ScreenWakeLock | 49 |
screen-wake-lock
|
| Serial | 50 |
serial
|
| SharedAutofill | 51 |
shared-autofill
|
| StorageAccessApi | 52 |
storage-access-api
|
| SyncXhr | 53 |
sync-xhr
|
| TrustTokenRedemption | 54 |
trust-token-redemption
|
| Usb | 55 |
usb
|
| VerticalScroll | 56 |
vertical-scroll
|
| WebShare | 57 |
web-share
|
| WindowPlacement | 58 |
window-placement
|
| XrSpatialTracking | 59 |
xr-spatial-tracking
|
See Also