Sourced from ws's releases.
8.11.0
Features
WebSocket.prototype.addEventListener()
now supports an event listener specified as an object with ahandleEvent()
method. (9ab743aa).Bug fixes
WebSocket.prototype.addEventListener()
now adds an event listener only if it is not already in the list of the event listeners for the specified event type (1cec17da).
afd8c62
[dist] 8.11.01cec17d
[fix] Add the same event listener only once9ab743a
[feature] Add support for objets with a handleEvent()
method38f7879
[ci] Test on node 19