rndme / download

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

Server problem when loading src within script tag. #45

Closed IbrahimTanyalcin closed 7 years ago

IbrahimTanyalcin commented 7 years ago

Hi there,

Thank you for the nice work, I have been using your download script over 2 years. I recently bumped into an issue in chrome with download.js. When loading from script tag:

chrome seems to wait forever, as a result, page dependent on it will never load unless they are loaded async. Firefox seems to have a cached version in my pc. I cannot seem to connect to your website from chrome either. Are you changing files on the server or is this new behavior intended?

Thank you for your work once again,

IbrahimTanyalcin commented 7 years ago

I close the issue, seems like the problem is resolved.