forked from hummypkg/webif
experimenting with xhr
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user