BasicHttpRequestData
Interface | Source Code
Properties
Section titled “Properties”allowThrow?: boolean
Section titled “allowThrow?: boolean”Whether the network operation is allowed to throw. By default, all network errors are caught and passed to
listeners of the onError event of the HTTP client implementation. If this is true, the implementation should
still catch errors to invoke the onError event, but afterwards should throw the error back.