-
Notifications
You must be signed in to change notification settings - Fork 440
Add HTML Web workers types #804
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
Conversation
Not sure what's going on with the new ExtendableMessageEvent after merging from master. It seems like there are some new diff lines in the last commit that weren't there before. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't figure out where the ExtendableMessageEvent changes came from, and I'm afraid to merge without understanding the difference between it and MessageEvent. @saschanaz do you know what the difference is?
The code currently guesses event interface from other types ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Worker stuff looks good - I'm happy to get this merged if you add the extra IDL I linked to so that we don't lose any types. 👍
Closes #807