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.PageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.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
|
Bluetooth | 4 |
bluetooth
|
BrowsingTopics | 5 |
browsing-topics
|
Camera | 6 |
camera
|
CapturedSurfaceControl | 7 |
captured-surface-control
|
ChDpr | 8 |
ch-dpr
|
ChDeviceMemory | 9 |
ch-device-memory
|
ChDownlink | 10 |
ch-downlink
|
ChEct | 11 |
ch-ect
|
ChPrefersColorScheme | 12 |
ch-prefers-color-scheme
|
ChPrefersReducedMotion | 13 |
ch-prefers-reduced-motion
|
ChPrefersReducedTransparency | 14 |
ch-prefers-reduced-transparency
|
ChRtt | 15 |
ch-rtt
|
ChSaveData | 16 |
ch-save-data
|
ChUa | 17 |
ch-ua
|
ChUaArch | 18 |
ch-ua-arch
|
ChUaBitness | 19 |
ch-ua-bitness
|
ChUaPlatform | 20 |
ch-ua-platform
|
ChUaModel | 21 |
ch-ua-model
|
ChUaMobile | 22 |
ch-ua-mobile
|
ChUaFormFactors | 23 |
ch-ua-form-factors
|
ChUaFullVersion | 24 |
ch-ua-full-version
|
ChUaFullVersionList | 25 |
ch-ua-full-version-list
|
ChUaPlatformVersion | 26 |
ch-ua-platform-version
|
ChUaWow64 | 27 |
ch-ua-wow64
|
ChViewportHeight | 28 |
ch-viewport-height
|
ChViewportWidth | 29 |
ch-viewport-width
|
ChWidth | 30 |
ch-width
|
ClipboardRead | 31 |
clipboard-read
|
ClipboardWrite | 32 |
clipboard-write
|
ComputePressure | 33 |
compute-pressure
|
CrossOriginIsolated | 34 |
cross-origin-isolated
|
DeferredFetch | 35 |
deferred-fetch
|
DigitalCredentialsGet | 36 |
digital-credentials-get
|
DirectSockets | 37 |
direct-sockets
|
DisplayCapture | 38 |
display-capture
|
DocumentDomain | 39 |
document-domain
|
EncryptedMedia | 40 |
encrypted-media
|
ExecutionWhileOutOfViewport | 41 |
execution-while-out-of-viewport
|
ExecutionWhileNotRendered | 42 |
execution-while-not-rendered
|
FocusWithoutUserActivation | 43 |
focus-without-user-activation
|
Fullscreen | 44 |
fullscreen
|
Frobulate | 45 |
frobulate
|
Gamepad | 46 |
gamepad
|
Geolocation | 47 |
geolocation
|
Gyroscope | 48 |
gyroscope
|
Hid | 49 |
hid
|
IdentityCredentialsGet | 50 |
identity-credentials-get
|
IdleDetection | 51 |
idle-detection
|
InterestCohort | 52 |
interest-cohort
|
JoinAdInterestGroup | 53 |
join-ad-interest-group
|
KeyboardMap | 54 |
keyboard-map
|
LocalFonts | 55 |
local-fonts
|
Magnetometer | 56 |
magnetometer
|
Microphone | 57 |
microphone
|
Midi | 58 |
midi
|
OtpCredentials | 59 |
otp-credentials
|
Payment | 60 |
payment
|
PictureInPicture | 61 |
picture-in-picture
|
PrivateAggregation | 62 |
private-aggregation
|
PrivateStateTokenIssuance | 63 |
private-state-token-issuance
|
PrivateStateTokenRedemption | 64 |
private-state-token-redemption
|
PublickeyCredentialsCreate | 65 |
publickey-credentials-create
|
PublickeyCredentialsGet | 66 |
publickey-credentials-get
|
RunAdAuction | 67 |
run-ad-auction
|
ScreenWakeLock | 68 |
screen-wake-lock
|
Serial | 69 |
serial
|
SharedAutofill | 70 |
shared-autofill
|
SharedStorage | 71 |
shared-storage
|
SharedStorageSelectUrl | 72 |
shared-storage-select-url
|
SmartCard | 73 |
smart-card
|
SpeakerSelection | 74 |
speaker-selection
|
StorageAccess | 75 |
storage-access
|
SubApps | 76 |
sub-apps
|
SyncXhr | 77 |
sync-xhr
|
Unload | 78 |
unload
|
Usb | 79 |
usb
|
UsbUnrestricted | 80 |
usb-unrestricted
|
VerticalScroll | 81 |
vertical-scroll
|
WebPrinting | 82 |
web-printing
|
WebShare | 83 |
web-share
|
WindowManagement | 84 |
window-management
|
XrSpatialTracking | 85 |
xr-spatial-tracking
|
See Also