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

Use NodeJS.ReadableStream instead of DOM ReadableStream #13

Merged
merged 2 commits into from
Apr 17, 2019

Conversation

alexpls
Copy link
Contributor

@alexpls alexpls commented Apr 16, 2019

  • Use NodeJS.ReadableStream instead of ReadableStream (which defaults to the type defined in the DOM library).
  • This brings ReadableStreams usage in content-type.ts in line with all the other usage in this package (see error TS2304: Cannot find name 'File'. #9 (comment)).

Also:

  • Gets linting to pass by fixing an eslint no-unused-vars error, and ignoring a new-cap error.

This brings the usage of ReadableStream in line with every other usage in the package.
@dpopp07 dpopp07 self-requested a review April 17, 2019 15:09
Copy link
Member

@dpopp07 dpopp07 left a comment

Choose a reason for hiding this comment

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

Looks good! 👍

Thanks for the PR, much appreciated

@dpopp07 dpopp07 merged commit 401d9de into IBM:master Apr 17, 2019
@dpopp07
Copy link
Member

dpopp07 commented Apr 19, 2019

🎉 This PR is included in version 0.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

None yet

2 participants