summaryrefslogtreecommitdiff
path: root/cli/tests/053_import_compression/main.ts
blob: eb19cc75d14690e04fcd41030dad1da911e4d8df (plain)
1
2
3
4
5
6
7
8
import "http://127.0.0.1:4545/cli/tests/053_import_compression/gziped";
import "http://127.0.0.1:4545/cli/tests/053_import_compression/brotli";

console.log(
  await fetch(
    "http://127.0.0.1:4545/cli/tests/053_import_compression/gziped"
  ).then(res => res.text())
);