File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8408,6 +8408,7 @@ interface Notification extends EventTarget {
8408
8408
declare var Notification: {
8409
8409
prototype: Notification;
8410
8410
new(title: string, options?: NotificationOptions): Notification;
8411
+ readonly permission: NotificationPermission;
8411
8412
requestPermission(callback?: NotificationPermissionCallback): Promise<NotificationPermission>;
8412
8413
};
8413
8414
@@ -14801,4 +14802,4 @@ type ServiceWorkerState = "installing" | "installed" | "activating" | "activated
14801
14802
type Transport = "usb" | "nfc" | "ble";
14802
14803
type VideoFacingModeEnum = "user" | "environment" | "left" | "right";
14803
14804
type VisibilityState = "hidden" | "visible" | "prerender" | "unloaded";
14804
- type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text";
14805
+ type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text";
You can’t perform that action at this time.
0 commit comments