Is there a way to extract the duration that an ajax request took from the ajaxError call?
$(document).ajaxError(function (event, jqXHR, ajaxSettings, thrownError) {
});
Is there a way to extract the duration that an ajax request took from the ajaxError call?
$(document).ajaxError(function (event, jqXHR, ajaxSettings, thrownError) {
});