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:

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

I hope someone knows a fix for this.
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.
Most helpful comment
I get
Failed to load resource: Frame load interruptedin Safari 10. Is this the same issue?