index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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());