summaryrefslogtreecommitdiff
path: root/cli/tests/cafile_ts_fetch.ts
blob: 14f39ef973da585259a7f8cac327d3387b7694c2 (plain)
1
2
3
fetch("https://localhost:5545/cli/tests/cafile_ts_fetch.ts.out")
  .then((r) => r.text())
  .then((t) => console.log(t.trimEnd()));