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
MessageEvent is an event type shared by many APIs. In my use case, I'm using Cross-document messaging, I don't want to import purescript-web-socket just to use the MessageEvent type.
MessageEvent is an event type shared by many APIs. In my use case, I'm using
Cross-document messaging, I don't want to importpurescript-web-socketjust to use theMessageEventtype.