Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider spliting out MessageEvent #3

Open
rnons opened this issue Nov 29, 2018 · 1 comment
Open

Consider spliting out MessageEvent #3

rnons opened this issue Nov 29, 2018 · 1 comment
Labels
status: needs more info This issue needs more info before any action can be done.

Comments

@rnons
Copy link

rnons commented Nov 29, 2018

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.

@JordanMartinez JordanMartinez added the status: needs more info This issue needs more info before any action can be done. label Dec 7, 2021
@gbagan
Copy link

gbagan commented May 15, 2022

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.

https://developer.mozilla.org/en-US/docs/Web/API/MessageEvent
https://developer.mozilla.org/en-US/docs/Web/API/Worker/message_event

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs more info This issue needs more info before any action can be done.
Projects
None yet
Development

No branches or pull requests

3 participants