Re: [w3c/push-api] Describe process for subscription updates (#132)

@kitcambridge I think the best solution would be the following: there could be a general ServiceWorker function that takes a webhook as its parameter, and auto-retries it in a standard and reliable way. In the `pushsubscriptionchange` event, the developer would pass their particular webhook to this function, and then take care of any local state stuff. `pushsubscriptionchange` only gets triggered once to prevent abuse, but the webhook still gets retried reliably by the function.

---
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/132#issuecomment-225329189

Received on Saturday, 11 June 2016 01:31:15 UTC