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
Currently it's possible to call await browser.LoadUrlAsync() without passing in a Url.
If you do this and the browser isn't loading then the method will just wait forever.
To provide a predictable behaviour the string url = null will be changed to string url and an ArgumentNullException thrown when string.IsNullOrEmpty(url).
Remove default null value for url param.
Remove SyncronisationContext param
upon remove it doesn't make sense