Open bravelincy opened 5 years ago
It seems that only timeout will invoke the callback passed Timeout error, so how can I handle 404 error? I want the callback also be invoked if an onerror event dispatched.
callback
Timeout
onerror
It seems that only timeout will invoke the
callback
passedTimeout
error, so how can I handle 404 error? I want thecallback
also be invoked if anonerror
event dispatched.