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