You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, this is not just a documentation issue.
I think the FSharp.Control.WebExtensions functions should be deprecated (as they extend a deprecated class).
Should they be replaced by new functions with similar functionality? I doubt it. These functions were beautiful for demoing async, but glossing over all the complexities of error handling. I would rather add a remark recommending the use of one of the existing HttpClient wrappers of the F# ecosystem.
If I get it right, the examples on FSharp.Core WebExtensions Module page use obsolete classes like
WebRequest
andWebClient
and should be usingHttpClient
instead. https://fsharp.github.io/fsharp-core-docs/reference/fsharp-control-webextensions.htmlThe text was updated successfully, but these errors were encountered: