You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thanks for creating and maintaining the server-worker-mock package. It's been super helpful for our service worker testing. However, we are having one issue when testing actions in our notificationclick event listener.
It seems that when handling the notificationclick event, the eventHandler pushes all arguments to the notification property, making it impossible to add an action to the NotificationEvent through self.trigger('notificationclick').
If you don't have a CLA to sign, I would be happy to push up a fix for this, as it should be relatively simple.