import { WebSocket as WS } from "ws";

class WebSocket extends WS {

constructor(address: string) {

super(address);

this.addEventListener("error", () => {});

}

}

天才なので勝ちました

Reply to this note

Please Login to reply.

Discussion

No replies yet.