mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update notifyjs-tests.ts
This commit is contained in:
@@ -31,6 +31,6 @@ function test_Notify_static_methods() {
|
||||
Notify.requestPermission();
|
||||
Notify.requestPermission(()=> console.log("onPermissionGrantedCallback"));
|
||||
Notify.requestPermission(()=> console.log("onPermissionGrantedCallback"), ()=> console.log("onPermissionDeniedCallback"));
|
||||
Notify.isSupported;
|
||||
Notify.isSupported();
|
||||
Notify.permissionLevel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user