onreadystatechange
A callback function that is called when the 1627324 Readystate attribute changes.
Declaration
attribute function onreadystatechange;attribute EventHandler onreadystatechange;Discussion
Do not use this attribute in conjunction with synchronous requests. This attribute must be set to a function; for example, XMLHttpRequest.onreadystatechange = function () {}.