Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 798 Bytes

puppeteer.protocol.browser.permissiontype.md

File metadata and controls

11 lines (7 loc) · 798 Bytes

Home > puppeteer > Protocol > Browser > PermissionType

Protocol.Browser.PermissionType type

Signature:

export type PermissionType = ('accessibilityEvents' | 'audioCapture' | 'backgroundSync' | 'backgroundFetch' | 'clipboardReadWrite' | 'clipboardSanitizedWrite' | 'durableStorage' | 'flash' | 'geolocation' | 'midi' | 'midiSysex' | 'nfc' | 'notifications' | 'paymentHandler' | 'periodicBackgroundSync' | 'protectedMediaIdentifier' | 'sensors' | 'videoCapture' | 'idleDetection' | 'wakeLockScreen' | 'wakeLockSystem');