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

Add timeout to xhr query #189

Closed gabrielstuff closed 7 years ago

gabrielstuff commented 7 years ago

Hi ! This is a great plugin, unfortunatey, it can hang forever as timeout for xhr are not implemented. The default option for timeout in xhr is 0 which mean no timeout. It would be great to have the possibility to define a custom timeout.

thanks

chrisben commented 7 years ago

Done, thanks.