-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
In dvl.ajax.requester['normal' || 'cache'], can you replace the onError callback to call with
normal:
//...
complete(xhr.responseText ? textStatus, null) // complete(textStatus, null)
cache:
//...
cb(xhr.responseText ? textStatus, null); // cb(textStatus, null)It allows for response body capture, even though it's an error.
Best,
Barret
Metadata
Metadata
Assignees
Labels
No labels