experimenting with xhr

This commit is contained in:
HummyPkg 2017-06-20 23:37:00 +01:00
parent 31f4b53f68
commit 641b43d8a0

View File

@ -52,7 +52,8 @@ function chunked_request(placeholder, url, data)
} }
}, },
progressInterval: 500, progressInterval: 500,
success: function(data, status) { success: function(data, status, xhr) {
//console.log(xhr.status);
loaddata(data, status); loaddata(data, status);
}, },
error: function(_, _, e) { error: function(_, _, e) {