Closed 1Conan closed 3 months ago
This causes the navigation to entirely fail when used in WKWebView. Setting location.href once still works and fixes the issue.
location.href
When setting location.href repeatedly, the older request is cancelled.
Huh, does the navigation take over a second?
I have quite the latency to slack servers it seems 😆
This causes the navigation to entirely fail when used in WKWebView. Setting
location.href
once still works and fixes the issue.When setting
location.href
repeatedly, the older request is cancelled.