import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { PermissionsPolicyFeature } = Protocol.Page;
All Permissions Policy features. This enum should match the one defined in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
definition: ()
| "accelerometer"
| "ambient-light-sensor"
| "attribution-reporting"
| "autoplay"
| "browsing-topics"
| "camera"
| "ch-dpr"
| "ch-device-memory"
| "ch-downlink"
| "ch-ect"
| "ch-prefers-color-scheme"
| "ch-rtt"
| "ch-ua"
| "ch-ua-arch"
| "ch-ua-bitness"
| "ch-ua-platform"
| "ch-ua-model"
| "ch-ua-mobile"
| "ch-ua-full"
| "ch-ua-full-version"
| "ch-ua-full-version-list"
| "ch-ua-platform-version"
| "ch-ua-reduced"
| "ch-ua-wow64"
| "ch-viewport-height"
| "ch-viewport-width"
| "ch-width"
| "ch-partitioned-cookies"
| "clipboard-read"
| "clipboard-write"
| "cross-origin-isolated"
| "direct-sockets"
| "display-capture"
| "document-domain"
| "encrypted-media"
| "execution-while-out-of-viewport"
| "execution-while-not-rendered"
| "focus-without-user-activation"
| "fullscreen"
| "frobulate"
| "gamepad"
| "geolocation"
| "gyroscope"
| "hid"
| "idle-detection"
| "interest-cohort"
| "join-ad-interest-group"
| "keyboard-map"
| "magnetometer"
| "microphone"
| "midi"
| "otp-credentials"
| "payment"
| "picture-in-picture"
| "publickey-credentials-get"
| "run-ad-auction"
| "screen-wake-lock"
| "serial"
| "shared-autofill"
| "storage-access-api"
| "sync-xhr"
| "trust-token-redemption"
| "usb"
| "vertical-scroll"
| "web-share"
| "window-placement"
| "xr-spatial-tracking"