robtaussig / react-use-websocket

React Hook for WebSocket communication
MIT License
1.63k stars 135 forks source link

How to send binary data? #146

Closed vedantroy closed 2 years ago

vedantroy commented 2 years ago

This is a super useful library! I was wondering how I could send binary data using this library?

vedantroy commented 2 years ago

Nevermind, this is a non-issue. For some reason, (maybe it was the NPM docs??) I thought I could only send strings.