-
Notifications
You must be signed in to change notification settings - Fork 2
Should MessagePort
, MessageEvent
and Transferrable
be in their own module?
#6
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
Comments
Yes. It seems a good idea. |
If that's where that type should be defined, then we should depend on that library rather than redefining it here. |
Why not, but |
|
If I understood correctly, we can: create a repository for both MessagePort and MessageEvent since there are mutually dependent. toMessagePort :: MessageEventSource -> Maybe MessagePort What do you think? |
Per the |
Transferrable
is currently problematic as its a placeholder for a better solution, but I think the other two should be in their own module.The text was updated successfully, but these errors were encountered: