html5

WebSocket 가능 브라우저 체크

차돌이라네 2020. 7. 22. 10:34

# WebSocket 가능 브라우저 체크

 

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