Front End/etc

[FE] 브라우저에서 네트워크 오프라인 감지하기

DevPing9_ 2023. 10. 2. 15:57

 

setOfflineMessage() {
    if(!window.navigator.onLine) 
    	alert(window.Fn.getComment('어머! 인터넷이 끊겨버렸어요!_!'))
}
728x90