-
Notifications
You must be signed in to change notification settings - Fork 227
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
readable-browser.js does not export everything readable.js does #408
Comments
|
Good spot! Would you like to send a PR? |
I could add those exports to readable-browser.js, yes. But what is the purpose to differ between |
|
Ok, I will prepare a PR |
fixed via #409 |
I am wondering, why
readable-browser.js
is missing some exports. E.g.readable.js
is exportingfinished
and a library that I am using imports it.readable-browser.js
does not export finished. Now my application breaks, becausefinished
is undefined in a browser application.Is this intentional? Am I using it wrong?
The text was updated successfully, but these errors were encountered: