How to properly extract parameters from Websocket in Nodejs?

后端 未结 0 1004
傲寒
傲寒 2021-02-18 14:55

I have this code :

const ws = new WebSocket(`wss://localhost:3000?url=${myRef.current.value}&quality=highest quality`)

Which sends a query to

相关标签:
回答
  • 消灭零回复
提交回复
热议问题