Releases: websockets/ws
Releases · websockets/ws
7.4.4
Bug fixes
Fixed a bug that could cause the process to crash when using the
permessage-deflate extension (9277437 ).
7.4.3
Bug fixes
The deflate/inflate stream is now reset instead of reinitialized when context
takeover is disabled (#1840 ).
7.4.2
Bug fixes
Silenced a deprecation warning (a2c0d44 ).
7.4.1
Bug fixes
Added a workaround for a double 'error'
event bug in Node.js < 13 which
caused an uncaught error during the WebSocket handshake (38d6ab3 ).
7.4.0
Features
The callback of WebSocketServer.prototype.handleUpgrade()
now takes the
client HTTP GET request as second argument (7d39f19 ).
Bug fixes
Read-only properties are now read-only (eabed8f ).
The CONNECTING
, OPEN
, CLOSING
, CLOSED
, binaryType
, bufferedAmount
,
extensions
, onclose
, onerror
, onmessage
, onopen
, protocol
,
readyState
, and url
properties are now enumerable (2069e68 ).
7.3.0
Features
WebSocket.prototype.addEventListener()
now supports the once
option (#1754 ).
7.2.5
Bug fixes
Fixed compatibility with Node.js master (651d662 ).
7.2.3
Bug fixes
WebSocket#{p{i,o}ng,close}()
now thow an error if the data to send is too
large to fit in a control frame (e54f08d ).
You can’t perform that action at this time.