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