mirror of
https://github.com/4yn/slidershim.git
synced 2024-11-12 00:40:49 +01:00
Update src.js
This commit is contained in:
parent
df9ee3b57f
commit
1b131d7ea7
@ -223,7 +223,7 @@ var ws = null;
|
|||||||
var wsTimeout = 0;
|
var wsTimeout = 0;
|
||||||
var wsConnected = false;
|
var wsConnected = false;
|
||||||
const wsConnect = () => {
|
const wsConnect = () => {
|
||||||
ws = new WebSocket("ws://" + location.host + "/ws");
|
ws = new WebSocket((location.protocol == "https:" ? "wss://" : "ws://") + location.host + "/ws");
|
||||||
ws.binaryType = "arraybuffer";
|
ws.binaryType = "arraybuffer";
|
||||||
ws.onopen = () => {
|
ws.onopen = () => {
|
||||||
ws.send("alive?");
|
ws.send("alive?");
|
||||||
|
Loading…
Reference in New Issue
Block a user