[w3c/push-api] Firing `pushsubscriptionchange` when permission is regranted (#236)

Firefox currently fires `pushsubscriptionchange` when an origin gets permission _regranted_.

We are considering doing the same in a slightly different scenario; some operating systems enable users to disable entire applications (i.e. the browser) from showing notifications. Since we still tie push to notifications, it may not make sense to continue receiving messages in this scenario. When the user allows the application to show notifications again, _suspended_ subscriptions should be able to be reinstated.

I don't think it's a good idea to specify the specific circumstances under which this _can_ happen. Rather, we need to make sure that the language we have allows for these use-cases.

/cc @kitcambridge

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/push-api/issues/236

Received on Friday, 17 February 2017 16:31:13 UTC