eligrey / FileSaver.js

An HTML5 saveAs() FileSaver implementation
https://eligrey.com/blog/saving-generated-files-on-the-client-side/
Other
21.42k stars 4.38k forks source link

File not downloading using blob url for iOS edge browser #725

Open jiteng-dev opened 2 years ago

jiteng-dev commented 2 years ago

File downloading using blob url is working for android and iOS other browser but not with Microsoft Edge for iOS. When click on download link, the file is not downloading, it does not throw any error.

alexandis commented 3 months ago

Have the similar issue, this:

<video controls class="videoPlayer" #videoPlayer>
    <source [src]="blob:https://localhost:4202/uuid" type="video/mp4" />
    Browser not supported
</video>

works perfectly in the Chrome. Not in the Edge and Firefox. No errors given - the video is just not recognized (time is 0 and black screen). Just in case: it's a small video, about 1-3MB.