Bump ws from 8.10.0 to 8.11.0
Bumps ws from 8.10.0 to 8.11.0.
Release notes
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).
Commits
-
afd8c62
[dist] 8.11.0 -
1cec17d
[fix] Add the same event listener only once -
9ab743a
[feature] Add support for objets with ahandleEvent()
method -
38f7879
[ci] Test on node 19 - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts