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
/
078_unload_on_exit.ts
blob: e8288ef31a2ca9010365c341b1051d590711c2b1 (
plain
)
1
2
3
4
window.onunload = () => { console.log("onunload is called"); }; Deno.exit(0);