validateStatus property

ValidateStatus? validateStatus
getter/setter pair

Defines whether the request is considered to be successful with the given status code. The request will be treated as succeed if the callback returns true.

Implementation

ValidateStatus? validateStatus;