-
-
Notifications
You must be signed in to change notification settings - Fork 659
types(websocket): Import from stream/web #4038
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
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.
Can you add some test to it?
c2f61cb
to
003e3e5
Compare
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.
lgtm
003e3e5
to
ecd828e
Compare
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.
lgtm
ecd828e
to
1e05453
Compare
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.
lgtm
This relates to...
N/A
Rationale
ReadableStream
andWritableStream
were not imported in the typings. This pull request imports them fromstream/web
.Changes
Features
N/A
Bug Fixes
Fixes TypeScript compilation error:
https://github.com/discordjs/discord.js/actions/runs/13081715315/job/36506493876
Breaking Changes and Deprecations
N/A
Status