[push-api] events should be part of PushSubscription (#104)

The spec allows a webapp to create a push subscription without using a Service Worker, and the PushSubscription object will persist as long as the webapp window is open.  The "push" and "pushsubscriptionlost" events should be defined as part of PushSubscription in order for that to work.  The events are currently defined as extension to ServiceWorkerGlobalScope.


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

Received on Saturday, 10 January 2015 23:19:11 UTC