About
Page loading is a status of the timeline of a page load.
When a page is loaded, it means that the browser:
- has received a HTTP response from an request
- and has parsed the content (during the parse other HTTP requests may be executed with the following elements).
See also: DOM - Load event (onload, load listener)
Definition
The document.readyState property returns loading while the Document is loading, ie if the document is associated with:
- an HTML parser,
- an XML parser,
- or an XSLT processor