summaryrefslogtreecommitdiff
path: root/cli/tests/072_location_relative_fetch.ts
blob: d4764bf7f1f358959a6ed31628e67b095c0f2198 (plain)
1
2
const response = await fetch("fetch/hello.txt");
console.log(await response.text());