js-file-downloader icon indicating copy to clipboard operation
js-file-downloader copied to clipboard

πŸš€ A small JS no-dependency library for a cool download experience

Results 4 js-file-downloader issues
Sort by recently updated
recently updated
newest added

For whatever reason, this does not appear to work on chrome mobile on iOS. It seems to download, but nothing ends up in our files. I believe this used to...

enhancement
Waiting user feedback
todo

I am using the latest version of this package minified for an internal project of the company I work and I noticed that when using HTTPS and trying to download...

Waiting user feedback

``` customFileSignatures: { 'FFFB':'audio/mpeg', 'FFF3':'audio/mpeg', 'FFF2':'audio/mpeg', '494433': 'audio/mpeg' } ``` I tried PDF and MP3 and both don't work, it is hard to debug, I followed the docs of `customFileSignatures`...

I have added an url and tried to call the url. it gives 403 error. But when i open the same url in new tab, the file gets downloaded。