chrisben / imgcache.js

JS library based on the File API to cache images for offline recovery (target: cordova/phonegap & chrome)
Other
826 stars 216 forks source link

Fix spaces in names #201

Closed henkkelder closed 6 years ago

henkkelder commented 7 years ago

File names with spaces in name are not found in cache. This is caused by routine useCachedFile taking the src attribute without sanitizing the filename.

chrisben commented 6 years ago

Thanks, this is now part of 2.1.0.