We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18476b commit 7df8aa3Copy full SHA for 7df8aa3
playgrounds/sandbox/scripts/download.js
@@ -29,8 +29,6 @@ if (url.hash.length > 1) {
29
const stream = new Blob([u8]).stream().pipeThrough(new DecompressionStream('gzip'));
30
const json = await new Response(stream).text();
31
32
- console.log(JSON.parse(json));
33
-
34
files = JSON.parse(json).files;
35
} else {
36
const id = url.pathname.split('/')[2];
0 commit comments