devtools-protocol 0.0.1078443 → 0.0.1079624
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
package/types/protocol.d.ts
CHANGED
@@ -3710,7 +3710,7 @@ export namespace Protocol {
|
|
3710
3710
|
|
3711
3711
|
export type PermissionType = ('accessibilityEvents' | 'audioCapture' | 'backgroundSync' | 'backgroundFetch' | 'clipboardReadWrite' | 'clipboardSanitizedWrite' | 'displayCapture' | 'durableStorage' | 'flash' | 'geolocation' | 'idleDetection' | 'localFonts' | 'midi' | 'midiSysex' | 'nfc' | 'notifications' | 'paymentHandler' | 'periodicBackgroundSync' | 'protectedMediaIdentifier' | 'sensors' | 'storageAccess' | 'videoCapture' | 'videoCapturePanTiltZoom' | 'wakeLockScreen' | 'wakeLockSystem' | 'windowManagement');
|
3712
3712
|
|
3713
|
-
export type PermissionSetting = ('granted' | 'denied');
|
3713
|
+
export type PermissionSetting = ('granted' | 'denied' | 'prompt');
|
3714
3714
|
|
3715
3715
|
/**
|
3716
3716
|
* Definition of PermissionDescriptor defined in the Permissions API:
|