PermissionsPolicyFeature Enumeration |
Version 91.1.160
All Permissions Policy features. This enum should match the one defined
in renderer/core/feature_policy/feature_policy_features.json5.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 91.1.160.0 (91.1.160.0)
Syntax public enum PermissionsPolicyFeature
public enum class PermissionsPolicyFeature
Members
| Member name | Value | Description |
---|
| Accelerometer | 0 |
accelerometer
|
| AmbientLightSensor | 1 |
ambient-light-sensor
|
| Autoplay | 2 |
autoplay
|
| Camera | 3 |
camera
|
| ChDpr | 4 |
ch-dpr
|
| ChDeviceMemory | 5 |
ch-device-memory
|
| ChDownlink | 6 |
ch-downlink
|
| ChEct | 7 |
ch-ect
|
| ChLang | 8 |
ch-lang
|
| ChRtt | 9 |
ch-rtt
|
| ChUa | 10 |
ch-ua
|
| ChUaArch | 11 |
ch-ua-arch
|
| ChUaPlatform | 12 |
ch-ua-platform
|
| ChUaModel | 13 |
ch-ua-model
|
| ChUaMobile | 14 |
ch-ua-mobile
|
| ChUaFullVersion | 15 |
ch-ua-full-version
|
| ChUaPlatformVersion | 16 |
ch-ua-platform-version
|
| ChViewportWidth | 17 |
ch-viewport-width
|
| ChWidth | 18 |
ch-width
|
| ClipboardRead | 19 |
clipboard-read
|
| ClipboardWrite | 20 |
clipboard-write
|
| ConversionMeasurement | 21 |
conversion-measurement
|
| CrossOriginIsolated | 22 |
cross-origin-isolated
|
| DisplayCapture | 23 |
display-capture
|
| DocumentDomain | 24 |
document-domain
|
| EncryptedMedia | 25 |
encrypted-media
|
| ExecutionWhileOutOfViewport | 26 |
execution-while-out-of-viewport
|
| ExecutionWhileNotRendered | 27 |
execution-while-not-rendered
|
| FocusWithoutUserActivation | 28 |
focus-without-user-activation
|
| Fullscreen | 29 |
fullscreen
|
| Frobulate | 30 |
frobulate
|
| Gamepad | 31 |
gamepad
|
| Geolocation | 32 |
geolocation
|
| Gyroscope | 33 |
gyroscope
|
| Hid | 34 |
hid
|
| IdleDetection | 35 |
idle-detection
|
| InterestCohort | 36 |
interest-cohort
|
| Magnetometer | 37 |
magnetometer
|
| Microphone | 38 |
microphone
|
| Midi | 39 |
midi
|
| OtpCredentials | 40 |
otp-credentials
|
| Payment | 41 |
payment
|
| PictureInPicture | 42 |
picture-in-picture
|
| PublickeyCredentialsGet | 43 |
publickey-credentials-get
|
| ScreenWakeLock | 44 |
screen-wake-lock
|
| Serial | 45 |
serial
|
| StorageAccessApi | 46 |
storage-access-api
|
| SyncXhr | 47 |
sync-xhr
|
| TrustTokenRedemption | 48 |
trust-token-redemption
|
| Usb | 49 |
usb
|
| VerticalScroll | 50 |
vertical-scroll
|
| WebShare | 51 |
web-share
|
| XrSpatialTracking | 52 |
xr-spatial-tracking
|
See Also