Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
st-vi committed Oct 20, 2023
1 parent 142e3b0 commit acf957c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WebSocketClient/UVLPlayground/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ const createUrl = (hostname: string, port: number, path: string, searchParams: R
const protocol = secure ? 'wss' : 'ws';
const url = new URL(`${protocol}://${hostname}:${port}${path}`);
console.log(url);
console.log(location.protocol);
console.log(location);

for (let [key, value] of Object.entries(searchParams)) {
if (value instanceof Array) {
Expand Down

0 comments on commit acf957c

Please sign in to comment.