Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up'FileReader' is not defined #706
Comments
This comment has been minimized.
This comment has been minimized.
|
Use `window.FileReader` - there's too many globals in the browser to allow
them all
…On Thu, Dec 1, 2016 at 2:41 PM Luis Delgado ***@***.***> wrote:
Hello, I'm having this warning 'FileReader' is not defined. when I use: const
reader = new FileReader(). standard see this like a lint error.
How could I fix this?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#706>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACWlel7MlehpKwhR7GoB-SzY3OfuO_6jks5rDs5tgaJpZM4LBZ5D>
.
|
This comment has been minimized.
This comment has been minimized.
|
Thank you @yoshuawuyts it's fixed now. I didn't know how to solve it, but it was easy haha. |
dalkir
closed this
Dec 1, 2016
lock
bot
locked as resolved and limited conversation to collaborators
May 10, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
dalkir commentedDec 1, 2016
Hello, I'm having this warning
'FileReader' is not defined.when I use:const reader = new FileReader(). standard see this like a lint error.How could I fix this?