web api instance method
PushManager: hasPermission() method
Available in workers
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.
[!NOTE] This feature has been superseded by the
permissionState()method.
Syntax
hasPermission()
Parameters
None.
Return value
A Promise that resolves to the PushPermissionStatus.
Examples
// TBD
Specifications
This feature is not part of any specification anymore. It is no longer on track to become a standard.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.