diff --git a/src/snapshot/filesaver.js b/src/snapshot/filesaver.js index cd4e58b2044..340b8444377 100644 --- a/src/snapshot/filesaver.js +++ b/src/snapshot/filesaver.js @@ -23,13 +23,6 @@ function fileSaver(url, name, format) { var blob; var objectUrl; - // Safari doesn't allow downloading of blob urls - if(Lib.isSafari()) { - var prefix = format === 'svg' ? ',' : ';base64,'; - helpers.octetStream(prefix + encodeURIComponent(url)); - return resolve(name); - } - // IE 10+ (native saveAs) if(Lib.isIE()) { // At this point we are only dealing with a decoded SVG as