I want to make a weak network detector. I have already made an offline and an online detector. Like this: And of course with some JavaScript.
<body onoffline="offlineDetect()" ononline="onlineDetect()">
So my question is that is there any way to check is the connecton is above than for example 400ms, and if the ping reaches the 400ms a warning message appear?