電車君

Results 5 comments of 電車君

I requested a pull: #57 ### Code to add svg tags in the template: ```html ``` ### If the root or root ancestor element has the xmlns attribute: - Even...

I found that svg sprite using the use tag is not supported. The xlink:href attribute of the use tag must be supported. Code using SVG sprite of Bootstrap Icons: ```html...

Hi, I am developing a p2p connection between browser and server and am experiencing similar problems. In my case, I am getting an "{ code: ERR_CONNECTION_TIMEOUT }" error in signalClient.connect()....

The usage of simple-signal was incorrect. After modifying the code, the error is no longer thrown. `server.js`: - robotPeer is equivalent to Server's SignalClient ```js const { createServer } =...

To support multiple SignalClient, start the Server's SignalClient after opening SignalServer. `server.js`: ```js const { createServer } = require('http') const { Server } = require("socket.io") let robotPeerPassword = '' for...