[BREAKING] Make WebBrowser
and ArchiWebHandler
support cancellation
#3067
Labels
💣 Breaking changes
Issues marked with this label indicate possible breaking changes that might need major version bump.
✨ Enhancement
Issues marked with this label indicate further enhancements to the program, such as new features.
⛔ On hold
Issues marked with this label are blocked from being worked on, very often due to third-parties.
🙏 Wishlist
Issues marked with this label are wishlisted. We'd like to make them happen but they're not crucial.
Checklist
Enhancement purpose
Underlying
HttpClient
supports cancellation, allow callers to use it if they need to.Solution
CancellationToken cancellationToken = default
+ passing it around in all our code.Why currently available solutions are not sufficient?
There is no reason why callers shouldn't be able to use this mechanism if they want to.
Can you help us with this enhancement idea?
Yes, I can code the solution myself and send a pull request
Additional info
Breaking change for all inheritors, don't ship before .NET 8 when we break more things.
The text was updated successfully, but these errors were encountered: