ComputerGhost / FaviconFetcher

Scan a webpage for favicons, or just easily download the one you want.
MIT License
5 stars 3 forks source link

Add cancelation token functionality #6

Open ComputerGhost opened 2 years ago

ComputerGhost commented 2 years ago

We need the ability to cancel a request if it is taking too long.

kiddailey commented 5 months ago

I've implemented HttpClient and async for #14 and may be able to implement this as part of that -- or probably as a separate pull request.