File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20068,7 +20068,7 @@ type OverSampleType = "2x" | "4x" | "none";
20068
20068
type PanningModelType = "HRTF" | "equalpower";
20069
20069
type PaymentComplete = "fail" | "success" | "unknown";
20070
20070
type PaymentShippingType = "delivery" | "pickup" | "shipping";
20071
- type PermissionName = "accelerometer" | "ambient-light-sensor" | "background-sync" | "bluetooth" | "camera" | "clipboard" | " device-info" | "geolocation" | "gyroscope" | "magnetometer" | "microphone" | "midi" | "notifications" | "persistent-storage" | "push" | "speaker";
20071
+ type PermissionName = "accelerometer" | "ambient-light-sensor" | "background-sync" | "bluetooth" | "camera" | "device-info" | "geolocation" | "gyroscope" | "magnetometer" | "microphone" | "midi" | "notifications" | "persistent-storage" | "push" | "speaker" | "clipboard-read" | "clipboard-write ";
20072
20072
type PermissionState = "denied" | "granted" | "prompt";
20073
20073
type PlaybackDirection = "alternate" | "alternate-reverse" | "normal" | "reverse";
20074
20074
type PositionAlignSetting = "auto" | "center" | "line-left" | "line-right";
Original file line number Diff line number Diff line change @@ -6026,7 +6026,7 @@ type KeyUsage = "decrypt" | "deriveBits" | "deriveKey" | "encrypt" | "sign" | "u
6026
6026
type NotificationDirection = "auto" | "ltr" | "rtl" ;
6027
6027
type NotificationPermission = "default" | "denied" | "granted" ;
6028
6028
type OffscreenRenderingContextId = "2d" | "bitmaprenderer" | "webgl" | "webgl2" ;
6029
- type PermissionName = "accelerometer" | "ambient-light-sensor" | "background-sync" | "bluetooth" | "camera" | "clipboard" | " device-info" | "geolocation" | "gyroscope" | "magnetometer" | "microphone" | "midi" | "notifications" | "persistent-storage" | "push" | "speaker" ;
6029
+ type PermissionName = "accelerometer" | "ambient-light-sensor" | "background-sync" | "bluetooth" | "camera" | "device-info" | "geolocation" | "gyroscope" | "magnetometer" | "microphone" | "midi" | "notifications" | "persistent-storage" | "push" | "speaker" | "clipboard-read" | "clipboard-write ";
6030
6030
type PermissionState = "denied" | "granted" | "prompt" ;
6031
6031
type PremultiplyAlpha = "default" | "none" | "premultiply" ;
6032
6032
type PushEncryptionKeyName = "auth" | "p256dh" ;
Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ enum PermissionName {
45
45
"accelerometer",
46
46
"gyroscope",
47
47
"magnetometer",
48
- "clipboard",
48
+ "clipboard-read",
49
+ "clipboard-write",
49
50
};
50
51
51
52
dictionary PushPermissionDescriptor : PermissionDescriptor {
You can’t perform that action at this time.
0 commit comments