Open balajun01 opened 6 years ago
The core script is the same. But some browser has blocked this way.
Hi guys. Could you details how they blocked ? Because I'm using your great module since some months ago, and it seems like that doesn't work anymore in Chrome. FF is still okay. Does that confirm what you said, or maybe I've wrongly implemented my code ;)
@tchegito Hi,I am really sorry to hear that. Because net::ERR_NAME_NOT_RESOLVED
event is no more catchable in the new version Chrome or Safari. But angular-ping still works for ip connection check. So maybe we can add a dns lookup step to check domain valid and then check the ip connection valid,dns lookup can use some other rest api or simply use Webrtc or websocket. I will try it and tell you the result if any good news occur 🐒.
Could you tell me how can i achieve same functionality in angular 2+ versions.