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
/
subdir
/
worker_location.ts
blob: 4800323501547579d7e6fd3c625f536aedc22bb1 (
plain
)
1
2
3
4
onmessage = function (): void { postMessage(self.location.href); close(); };