8.4.1
Notable changes
- To improve performance, strings sent via
websocket.ping()
,
websocket.pong()
, andwebsocket.send()
are no longer converted to
Buffer
s if the data does not need to be masked (#2000).
websocket.ping()
,websocket.pong()
, and websocket.send()
are no longer converted toBuffer
s if the data does not need to be masked (#2000).