html52020. 7. 22. 10:34

# WebSocket 가능 브라우저 체크

 

if ('WebSocket' in window) { console.log("yes");}

 

 

Posted by 차돌이라네