w3c / push-api

Push API
https://w3c.github.io/push-api/
Other
144 stars 40 forks source link

PushPermissionState and PermissionState are the same #333

Closed marcoscaceres closed 2 years ago

marcoscaceres commented 3 years ago

The PushPermissionState and the Permissions API's PermissionState enums are the same. We should use the Permissions API one.

Also, we should see if we can rely on the Permissions API to handle the permission prompting.