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

Detect browser support #92

Open
sbehrends opened this issue Feb 6, 2017 · 2 comments
Open

Detect browser support #92

sbehrends opened this issue Feb 6, 2017 · 2 comments

Comments

@sbehrends
Copy link

While testing the library I found that it does not work on Safari 10.0.3.
Is there any way to detect the support of the browser before running the test?

File API is available on Safari, buy maybe there is other dependency.
http://caniuse.com/#feat=fileapi

@jamescryer
Copy link
Member

Thanks for raising this, I'm not aware of a reason why it wouldn't work in Safari, I'll label as bug.

I won't look into this myself but am happy to review a Pull Request.

@giorgiomen
Copy link

This issue is still present and it's due to the value of the "crossorigin" value you are setting: if you remove, it it works fine.
I think you don't have to set it if it is not a cross-origin request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants