I am building a push notification system for Chrome and understand that I should include the event handler "pushsubscriptionchange" so I can resubscribe the user. This makes sense as my users have opted in to be notified of other users activity and we wouldn't want that notification broken.
My question: how can test this?
What process can I do that would allow this event to be fired and for me to monitor it for errors?