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.
The text was updated successfully, but these errors were encountered:
I'm implementing a binding for Web Workers and I'm facing this issue.
The functions "onmessage" and "onmessageerror" of Web Workers 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-socket
just to use theMessageEvent
type.The text was updated successfully, but these errors were encountered: