-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speedtest continues if you switch tabs during test when installed through npm #49
Comments
so before fixing issue 44 the tests was stopping when you switch tabs but after it was fixed in version 1.3.1 it doesn't pause when you switch tabs? I debugged the version 1.4.0 and it pauses the tests when i switch tabs in chrome. Could you describe more what you were experiencing before fixing issue 44 and what is the issue you are seeing now with steps to reproduce? |
In version 1.3.0 when I start the test, switch to another tab and then go back to the tab with the test it doesn't show any cloudflare network calls after finishing. |
okay, we will investigate and work on a fix. Thanks for raising |
My issue is a lot like #44 except the test at https://speed.cloudflare.com/ doesn't reproduce this issue, that one works fine.
It happens in my web app with versions 1.3.1 and 1.4.0 installed through npm. When I install 1.3.0 this issue doesn't happen. I saw that #44 was fixed in 1.3.1 so that's really weird, could it be a problem with the npm package?
I'm just gonna use 1.3.0 for now since that one works fine, but it might be worth checking out.
The text was updated successfully, but these errors were encountered: