UNPKG

88 BJavaScriptView Raw
1const hasWebSocket = () => typeof WebSocket !== "undefined";
2export {
3 hasWebSocket
4};