Search completed in 1.38 seconds.
4 results for "PushPermissionStatus":
PushManager.hasPermission() - Web APIs
WebAPIPushManagerhasPermission
the pushmanager.haspermission() method of the pushmanager interface returns a promise that resolves to the pushpermissionstatus of the requesting webapp, which will be one of granted, denied, or default.
... syntax ​pushmanager.haspermission().then(function(pushpermissionstatus) { ...
Index - Web APIs
WebAPIIndex
3196 pushmanager.haspermission() api, deprecated, method, pushmanager, reference the pushmanager.haspermission() method of the pushmanager interface returns a promise that resolves to the pushpermissionstatus of the requesting webapp, which will be one of granted, denied, or default.
PushManager - Web APIs
WebAPIPushManager
deprecated methods pushmanager.haspermission() returns a promise that resolves to the pushpermissionstatus of the requesting webapp, which will be one of granted, denied, or default.
PushRegistrationManager - Web APIs
WebAPIPushRegistrationManager
pushregistrationmanager.haspermission() returns a promise that resolves to the pushpermissionstatus of the requesting webapp.