mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
User data are included in data archive
This commit is contained in:
3
assets/3rdparty/jszip-utils/jszip-utils.js
vendored
3
assets/3rdparty/jszip-utils/jszip-utils.js
vendored
@ -80,6 +80,9 @@ JSZipUtils.getBinaryContent = function(path, callback) {
|
||||
xhr.overrideMimeType("text/plain; charset=x-user-defined");
|
||||
}
|
||||
|
||||
//Allow big files download
|
||||
xhr.setRequestHeader("Range", "bytes=0-9999999999999999999999999999999");
|
||||
|
||||
xhr.onreadystatechange = function(evt) {
|
||||
var file, err;
|
||||
// use `xhr` and not `this`... thanks IE
|
||||
|
Reference in New Issue
Block a user