This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
isErrorUploadResponse: successful response without success flag shouldn't fail #1325
Closed
Description
I have a successful xhr response that doesn't have the success
property and is still marked as an erroneous response – triggering the uploader's onError
callback. I would expect this response to succeed and trigger onComplete
or onAllComplete
.
Should this line
change:!response.success
to be response.success === false
?
The XHR:
The response
: