You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
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
The text was updated successfully, but these errors were encountered: