Sha256: 3a1661c7056a536bcad9388654a9b8f1d6f5b6b279ef43485015665a2aa57f3f
Contents?: true
Size: 701 Bytes
Versions: 3
Compression:
Stored size: 701 Bytes
Contents
"use strict"; // https://html.spec.whatwg.org/multipage/webappapis.html#event-handlers-on-elements,-document-objects,-and-window-objects module.exports = new Set(["onblur", "onerror", "onfocus", "onload", "onresize", "onscroll", "onafterprint", "onbeforeprint", "onbeforeunload", "onhashchange", "onlanguagechange", "onmessage", "onoffline", "ononline", "onpagehide", "onpageshow", "onpopstate", "onstorage", "onunload"]); // level2/html sets up setters/getters on HTMLBodyElement that proxy to the window (setting data properties there) // level1/core sets up so that modifying the appropriate attributes on body elements will forward to setting on // the window, with the appropriate `this`.
Version data entries
3 entries across 3 versions & 3 rubygems