You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -45,14 +45,14 @@ True if permission is granted, else false.
45
45
**Access**: public
46
46
<aname="webNotification.requestPermission"></a>
47
47
48
-
### webNotification.requestPermission([callback])
48
+
### webNotification.requestPermission(callback)
49
49
Triggers the request permissions dialog in case permissions were not already granted.
50
50
51
51
**Access**: public
52
52
53
53
| Param | Type | Description |
54
54
| --- | --- | --- |
55
-
|[callback]|[<code>PermissionsRequestCallback</code>](#PermissionsRequestCallback)| Called with the permissions result (true enabled, false disabled) |
55
+
| callback |[<code>PermissionsRequestCallback</code>](#PermissionsRequestCallback)| Called with the permissions result (true enabled, false disabled) |
0 commit comments