mirror of
https://github.com/jiojciojsioe3/a3cjroijsiojiorj.git
synced 2024-11-15 07:21:50 +08:00
Add port to websocket
This commit is contained in:
parent
8e99da6aa2
commit
0445f0e7ba
@ -21,7 +21,7 @@ class P2Connection{
|
|||||||
open(){
|
open(){
|
||||||
this.closed = false
|
this.closed = false
|
||||||
var wsProtocol = location.protocol == "https:" ? "wss:" : "ws:"
|
var wsProtocol = location.protocol == "https:" ? "wss:" : "ws:"
|
||||||
this.socket = new WebSocket(wsProtocol + "//" + window.location.hostname + "/p2")
|
this.socket = new WebSocket(wsProtocol + "//" + location.host + "/p2")
|
||||||
var events = ["open", "close", "message"]
|
var events = ["open", "close", "message"]
|
||||||
events.forEach(eventName => {
|
events.forEach(eventName => {
|
||||||
this.socket.addEventListener(eventName, event => {
|
this.socket.addEventListener(eventName, event => {
|
||||||
|
Loading…
Reference in New Issue
Block a user