We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was expecting this module to work on Node.js, am I wrong?
It throws an error because of: FileReader is not defined
FileReader is not defined
The text was updated successfully, but these errors were encountered:
The module is meant to run on browser but since the tests run under node, the module should too.
I think we can add an official.node method
Sorry, something went wrong.
No branches or pull requests
Expected behavior
I was expecting this module to work on Node.js, am I wrong?
Actual behavior
It throws an error because of:
FileReader is not defined
Steps to reproduce the behavior
Additional specs (e.g. browser, version, etc.)
The text was updated successfully, but these errors were encountered: