Jelajahi Sumber

removed useless window bind for UDP constructor

oscar 1 bulan lalu
induk
melakukan
500924a895
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      dSockets.js

+ 1 - 1
dSockets.js

@@ -2,6 +2,6 @@ export async function autoConfSockets() {
   return {
     tcpSocket: TCPSocket,
     tcpServer: TCPServerSocket,
-    udpSocket: UDPSocket.bind(window),
+    udpSocket: UDPSocket,
   };
 }