experimenting with xhr
This commit is contained in:
parent
31f4b53f68
commit
641b43d8a0
@ -52,7 +52,8 @@ function chunked_request(placeholder, url, data)
|
||||
}
|
||||
},
|
||||
progressInterval: 500,
|
||||
success: function(data, status) {
|
||||
success: function(data, status, xhr) {
|
||||
//console.log(xhr.status);
|
||||
loaddata(data, status);
|
||||
},
|
||||
error: function(_, _, e) {
|
||||
|
Loading…
Reference in New Issue
Block a user