Skip to content

8.11.0

Compare
Choose a tag to compare
@lpinca lpinca released this 06 Nov 19:47
· 76 commits to master since this release

Features

  • WebSocket.prototype.addEventListener() now supports an event listener
    specified as an object with a handleEvent() 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).