hzdg / react-imageloader

A React component for wrangling image loading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Idea: timeout

LukeAskew opened this issue · comments

Thanks for creating this component. Finding it very helpful!

Wanted to throw an idea out there. Happy to do a PR if you think its a good one.

I'd like the ability to add a timeout threshold to the image requests.

I want to abort the request if it takes longer than XXXXms. This would be helpful for slow/mobile connections.