UNPKG
unws
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.0
Unified WebSocket API for Node.js, Bun and modern browsers.
github.com/sxzz/unws
sxzz/unws
unws
/
src
/
native.js
3 lines
(2 loc)
•
90 B
JavaScript
View Raw
1
2
3
const
ws =
typeof
WebSocket
!==
'undefined'
?
WebSocket
:
null
export
{ ws
as
WebSocket
}