cWS icon indicating copy to clipboard operation
cWS copied to clipboard

DEPRECATED

Results 2 cWS issues
Sort by recently updated
recently updated
newest added

I wanted to handle first message differently then the rest: ``` const messageHandler = message => { handleDifferently(message); ws.onmessage = anotherMessageHandler; }; ws.onmessage = messageHandler; ``` ``` cWS does not...

I was trying to find out examples of websocket client which use perMessageDeflate option. But I couldn't find any example using even any other option. Is it possible to make...

enhancement