Add the ability to trigger a push subscription change event |
|||
Issue descriptionAs more browsers implement web push, some are requiring developers to implement pushsubscriptionchange and it would help if devtools added the ability for developers to trigger the event to test their logic. Would be a nice to have if you could offer common edge cases for developers to catch as well, such as triggering the event with a new PushSubscription and passing the old PushSubscription in with the event. https://w3c.github.io/push-api/#x11.3-the-pushsubscriptionchange-event
,
Oct 4 2017
,
Sep 3
+1 It would be useful to trigger a refresh (https://www.w3.org/TR/push-api/#subscription-refreshes) from dev tools for testing pushsubscriptionchange. Currently there is no way to test it! Indeed if you block and then allow the notifications you will never get the "refresh" event - the events triggered in this way don't have oldSubscription and newSubscription...
,
Oct 12
|
|||
►
Sign in to add a comment |
|||
Comment 1 by eostroukhov@chromium.org
, Oct 3 2017