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
That's why the event interface does not exist but only the event handler. I'd rather remove it for now as it's essentially Blink only for now. It seems the handler itself works in Gecko. 🤔
Uh oh!
There was an error while loading. Please reload this page.
One Line Summary
pushsubscriptionchange
is currently defined asEvent
when it should be it's own type defined by PushSubscriptionChangeEvent in the w3c spec.Background
PR "#944 -Remove unimplemented PushSubscriptionChangeEvent" removed
PushSubscriptionChangeEvent
under the wrong assumption that browsers don't support this. However it was later commented that this is supported, noted in mdn/browser-compat-data#6715 (comment). Thenpushsubscriptionchange
was later re-added as the wrong type in (Event
) #1365The text was updated successfully, but these errors were encountered: