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

feat: accept browser readable streams as input #21

Merged
merged 1 commit into from
Jan 23, 2020

Conversation

achingbrain
Copy link
Member

N.b you can't read from a browser readable stream repeatedly as the first call to stream.getReader locks the reader to the first invocation so I had to change all the test data to be functions that return a new instance of the data.

N.b you can't read from a browser reaable stream repeatedly as the
first call to `stream.getReader` locks the reader to the first
invocation so I had to change all the test data to be functions
that reutrn a new instance of the data.
@achingbrain achingbrain requested review from alanshaw and hugomrdias and removed request for alanshaw January 16, 2020 14:10
@alanshaw
Copy link
Member

ping @hugomrdias when you get a sec!

@hugomrdias hugomrdias merged commit 0902067 into master Jan 23, 2020
@hugomrdias hugomrdias deleted the support-browser-readable-streams branch January 23, 2020 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants