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

fix: 🐛 declare ReadableStream global type #1048

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

samchungy
Copy link
Contributor

Resolves #1047

* ReadableStream interface is not defined. For developers with dom.d.ts added,
* the ReadableStream interface will be merged correctly.
*/
declare global {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't sure where to put this exactly, happy for it to be moved elsewhere though.

@G-Rath G-Rath merged commit 57fba2c into streamich:master Aug 1, 2024
9 of 10 checks passed
github-actions bot pushed a commit that referenced this pull request Aug 1, 2024
## [4.11.1](v4.11.0...v4.11.1) (2024-08-01)

### Bug Fixes

* 🐛 declare ReadableStream global type ([#1048](#1048)) ([57fba2c](57fba2c))
Copy link

github-actions bot commented Aug 1, 2024

🎉 This PR is included in version 4.11.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@samchungy
Copy link
Contributor Author

Thanks for the speedy merge! @G-Rath 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ReadableStream TypeScript Compiler Error
2 participants