Re: [push-api] Allow UAs to unsubscribe offline "successfully" (#122)

I think calling unsubscribe while you are offline, should result in the push messages to stop. There will be two main places for concerns:

1.) The browser
   a.) unsubscribing with the push service - this problem doesn't need to be passed on to the developer.
   b.) Ensuring push messages don't get passed to the service worker

2.) The developer 
  a.) needs to unsubscribe on their server - the developer can handle with what ever method they wish too.

 I think your proposal makes sense. I would rather we pushed to get this behavior as the required behavior rather than optional, otherwise we'll push developers to alter their implementation on a range of browsers.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/push-api/issues/122#issuecomment-88130637

Received on Tuesday, 31 March 2015 15:24:12 UTC