You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Known issue for FileSaver.js, it's some sort of WebKit bug: eligrey/FileSaver.js#129. It looks like there's a workaround if you have control over the type you pass in during Blob creation, but we don't without mucking with html-docx.js.
Basically I have it to the point where it downloads a file called Unknown. That file (if you rename .docx) works fine. But that's obviously not optimal.
Click "Save as Word Document" in Safari.
Expected behavior: jobposting.docx file downloads
Current behavior: a blank/empty new tab opens and no file is downloaded.
Also test firefox and IE (try browsertesting.com)
The text was updated successfully, but these errors were encountered: