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

Added withCredentials option that will be applied to the xhr object #179

Closed oliver-schoendorn closed 7 years ago

oliver-schoendorn commented 8 years ago

This adds an option to set the xhr.withCredentials flag to true. Tested under Chrome and Cordova.

chrisben commented 7 years ago

Thanks