async_loader
async_loader copied to clipboard
Add ability to timeout futures
Is your feature request related to a problem? Please describe.
Currently, timeout and its errors must be wired up to the widget imperatively.
Describe the solution you'd like
Add timeout property
- Cancels request after timeout
- Executes error builder with isTimeout = true
Describe alternatives you've considered
N/A
Additional context
https://github.com/jxom/react-loads#timeout