How to Download base64 content in safari

I have an angular.js 1 application where i have an export button which basically makes a services call which returns content(base64),filename and mimetype(application/vnd.openxmlformats-officedocument.spreadsheetml.sheet) after receiving response from service i need to create a file and download in browser. I am using createObjectURL to create a dynamic link and download file using href property.This works well in chrome but not working in Safari.

How do we make this working in safari. Thanks in advance...

链接地址: http://www.djcxy.com/p/46888.html

上一篇: 在Java JTextArea中显示Unicode

下一篇: 如何在safari中下载base64内容