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).8.10.0
Features
- Added an export for package.json (211d5d38).
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 19cdca711 [dist] 8.10.0211d5d3 [pkg] Add package.json exportc4d6eb3 [ci] Do not use the set-output command