[push-api] unregister() should be available on the PushRegistration object (#94)

I think it would be great to follow the pattern of ServiceWorker:
- unregister() should live in PushRegistration;
- unregister() should return a Promise<boolean> that says whether the unregistration happened.

CC: @annevk and @jakearchibald 

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

Received on Wednesday, 10 December 2014 22:02:03 UTC