Skip to content
Snippets Groups Projects
Verified Commit 1df0c7ac authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: add doc

parent 9aa4bb2b
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,11 @@ export {domReady, windowReady} ...@@ -15,6 +15,11 @@ export {domReady, windowReady}
* The DOMContentLoaded event is fired when the original HTML document is fully loaded and parsed * The DOMContentLoaded event is fired when the original HTML document is fully loaded and parsed
* without waiting for stylesheets, images, and subframes to finish loading. * without waiting for stylesheets, images, and subframes to finish loading.
* *
* document.readyState changes to interactive
* window's DOMContentLoaded event gets fired
* document.readyState changes to complete
* window's load event gets fired load
*
* @license AGPLv3 * @license AGPLv3
* @since 1.31.0 * @since 1.31.0
* @memberOf Monster.DOM * @memberOf Monster.DOM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment