add lisp packages

This commit is contained in:
2020-12-05 21:29:49 +01:00
parent 85e20365ae
commit a6e2395755
7272 changed files with 1363243 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
onafterprint onafterprint [HTML5]\n\nFunction to call after the user has printed the document.
onbeforeprint onbeforeprint [HTML5]\n\nFunction to call when the user requests printing of the document.
onbeforeunload onbeforeunload [HTML5]\n\nFunction to call when the document is about to be unloaded.
onerror onerror [HTML5]\n\nFunction to call when the document fails to load properly.
onhashchange onhashchange [HTML5]\n\nFunction to call when the fragment identifier part (starting with the hash ('#') character) of the document's current address has changed.
onlanguagechange onlanguagechange [experimental]\n\nFunction to call when the preferred languages changed.
onload onload [HTML5]\n\nFunction to call when the document has finished loading.
onmessage onmessage [HTML5]\n\nFunction to call when the document has received a message.
onoffline onoffline [HTML5]\n\nFunction to call when network communication has failed.
ononline ononline [HTML5]\n\nFunction to call when network communication has been restored.
onpopstate onpopstate [HTML5]\n\nFunction to call when the user has navigated session history.
onresize onresize [HTML5]\n\nFunction to call when the document has been resized.
onstorage onstorage [HTML5]\n\nFunction to call when the storage area has changed.
onunload onunload [HTML5]\n\nFunction to call when the document is going away.