-
Notifications
You must be signed in to change notification settings - Fork 4
feat: spec compliance for web socket module #4
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
CC: @thiagobrez this builds on top of your previous PR. We're now exporting classes of events, this should help! |
@grabbou nice, this looks way better! |
"react-native-nitro-modules": "^0.14.0", | ||
"web-streams-polyfill": "^4.0.0" | ||
}, | ||
"dependencies": { | ||
"event-target-shim": "^6.0.2" |
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.
Do we need this in both dependencies and devDependencies?
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.
No and I believe I clean this up later! I was definitely moving things around too fast!
event-target-shim
was resolved by TypeScript