summaryrefslogtreecommitdiff
path: root/cli/tests/cafile_ts_fetch.ts
blob: be158bf70a888fb90921cb7bbc6e871e3d480fbd (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()));