Pinned Loading
-
-
How to implement a download file wit...
How to implement a download file with base64 on IE/EDGE 1if (window.navigator && window.navigator.msSaveOrOpenBlob) {
2const data = "<base64 string/>"
3const fileName = 'file.pdf'
4const byteCharacters = atob(data)
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.