rndme / download

file downloading using client-side javascript
MIT License
2.28k stars 417 forks source link

Doesn't add extension to video in Electron on Windows when extensions are hidden #91

Open nuthinking opened 5 years ago

nuthinking commented 5 years ago

Works in all the other platforms and cases. I use:

download( blob, 'video.mp4', 'video/mp4' );

Any idea if this is solvable and how? Thanks!