Deploy to GitHub pages

This commit is contained in:
github-actions[bot]
2026-04-09 18:56:13 +00:00
committed by GitHub
commit f5da43bec7
868 changed files with 349601 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#[
autogenerated by docgen
loc: /home/runner/work/Nim/Nim/lib/js/dom.nim(30, 17)
rdoccmd: -b:js -r:off
]#
import std/assertions
import "/home/runner/work/Nim/Nim/lib/js/dom.nim"
{.line: ("/home/runner/work/Nim/Nim/lib/js/dom.nim", 30, 17).}:
proc example(e: Event) = echo "Document is unloaded"
document.addEventListener("unload", example) # You can also use "beforeunload".