purge comment

This commit is contained in:
MathMan05
2026-04-08 15:54:09 -05:00
parent ddff2a1048
commit 5bc05448fd
-9
View File
@@ -315,12 +315,3 @@ export async function ProgessiveDecodeJSON<X>(
await prog.ready;
return identifyType(prog) as Promise<Progressive<X>>;
}
/*
const test = [1, 2, 3, 4, 5, 6];
const blob = new Blob([JSON.stringify(test)]);
ProgessiveDecodeJSON<typeof test>("https://api.github.com/repos/spacebarchat/server/git/refs")
.then(async (obj) => {
console.log(await obj.getWhole()); //returns the ping object
})
.then(console.warn);
//*/