Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 460 Bytes

puppeteer.permission.md

File metadata and controls

28 lines (25 loc) · 460 Bytes
sidebar_label
Permission

Permission type

Signature:

export declare type Permission =
  | 'geolocation'
  | 'midi'
  | 'notifications'
  | 'camera'
  | 'microphone'
  | 'background-sync'
  | 'ambient-light-sensor'
  | 'accelerometer'
  | 'gyroscope'
  | 'magnetometer'
  | 'accessibility-events'
  | 'clipboard-read'
  | 'clipboard-write'
  | 'payment-handler'
  | 'persistent-storage'
  | 'idle-detection'
  | 'midi-sysex';