diff --git a/application/source/dom/ready.mjs b/application/source/dom/ready.mjs index bd70cfb80774e47f50c0bb4c9710857dfa41f51f..8e268051347060da7536406c22163eee31325e91 100644 --- a/application/source/dom/ready.mjs +++ b/application/source/dom/ready.mjs @@ -15,6 +15,11 @@ export {domReady, windowReady} * 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. * + * 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 * @since 1.31.0 * @memberOf Monster.DOM