mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-17 08:00:02 -04:00
fix: websocket prototype
This commit is contained in:
parent
51f1a773a4
commit
58fed66f78
5 changed files with 221 additions and 222 deletions
|
@ -6,11 +6,8 @@ export const enabled = (client: ScramjetClient) =>
|
|||
export function argdbg(arg, recurse = []) {
|
||||
switch (typeof arg) {
|
||||
case "string":
|
||||
if (arg.includes("localhost:1337/scramjet/") && arg.includes("m3u8"))
|
||||
debugger;
|
||||
break;
|
||||
case "object":
|
||||
// if (arg instanceof Location) debugger;
|
||||
if (
|
||||
arg &&
|
||||
arg[Symbol.iterator] &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue