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

Typed Array and Safari #221

Closed
photopea opened this issue Apr 29, 2016 · 1 comment
Closed

Typed Array and Safari #221

photopea opened this issue Apr 29, 2016 · 1 comment
Labels

Comments

@photopea
Copy link

photopea commented Apr 29, 2016

Hi guys, I am using FileSaver.js for downloading projects in my app Photopea. Many users report, that it does not work in Safari photopea/photopea#19 . I am using it in the following manner:

var blob = new Blob([buff]);    // buff is ArrayBuffer with binary data
saveAs(blob, path);             // path is String

Am I doing anything wrong?

@jimmywarting
Copy link
Collaborator

jimmywarting commented May 24, 2016

Seems to look fine to me, safari has support for both typed array and blob constructor, but one thing that Safari isn't good at are saving a blob. Safari don't support a[download] yet

So this seems to be a duplicate of #129 & #12

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

No branches or pull requests

2 participants