refractor websocket again

This commit is contained in:
ading2210 2024-03-06 15:53:11 -05:00
parent c681e21777
commit c9236f90d5
9 changed files with 233 additions and 208 deletions

View file

@ -1,3 +1,5 @@
//currently broken
class TLSSocket extends CustomWebSocket {
constructor(hostname, port, debug) {
super();