Re: [w3c/push-api] Pass removed subscriptions as a property of the `pushsubscriptionchange` event (#193)

Actually you know what would be a hell of a lot simpler, and solve all the issues brought up in this thread? If each push target had an invariable, unique ID, that doesn't change even if the subscription is refreshed, disabled/re-enabled, etc. 

That ID would be used to track state on the app server instead of the subscription endpoint, so as long as we know the ID we would have no more need to know about the old subscription values in `pushsubscriptionchange`. 





---
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/193#issuecomment-225408400

Received on Sunday, 12 June 2016 03:46:58 UTC