8.11.0
Features
WebSocket.prototype.addEventListener()
now supports an event listener
specified as an object with ahandleEvent()
method. (9ab743a).
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
(1cec17d).