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
/
tests
/
testdata
/
run
/
072_location_relative_fetch.ts
blob: b2a291693b20715d7a6c2e2a6f2cd75da016f6fd (
plain
)
1
2
const response = await fetch("run/fetch/hello.txt"); console.log(await response.text());