theturtle32 / WebSocket-Node

A WebSocket Implementation for Node.JS (Draft -08 through the final RFC 6455)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to add an event listener to the websocket?

ar065 opened this issue · comments

commented
this.ws.addEventListener("error", (err) => {
                ^

TypeError: this.ws.addEventListener is not a function