Filesaver.js: FileSaver in Safari 10.0.1

Created on 8 Dec 2016  路  6Comments  路  Source: eligrey/FileSaver.js

Hello everyone,

I am using this library for saving blob files, but is does not seems to work in Safari 10.0.1 (newest version) I am working with the newest version of macOS Sierra (10.12.1). I am getting this error:

image

with the following link:
blob:http://localhost:8080/c735eea0-4ff0-45bd-ac6b-125367953719

This is my code:

image

I hope someone knows a fix for this.

Most helpful comment

I get Failed to load resource: Frame load interrupted in Safari 10. Is this the same issue?

All 6 comments

It is related. Unfortunately there is not a fix yet for this. I hope there will be a fix soon.

I get Failed to load resource: Frame load interrupted in Safari 10. Is this the same issue?

I get Failed to load resource: Frame load interrupted in Safari 10 too.
after change code
is_safari = /constructor/i.test(window.HTMLElement) || (function (p) { return p.toString() === "[object SafariRemoteNotification]"; })(!window['safari'] || safari.pushNotification)
always get the same error.

Is this still an issue? Can you provide a live example on JSBin or similar?

I don't think this is still an issue. I solved the problem, I don't remember how I did it. It has been a while.

Was this page helpful?
0 / 5 - 0 ratings