onloadstart
A callback function that is called when the request begins.
Declaration
attribute function onloadstart;Discussion
This attribute must be set to a function; for example, XMLHttpRequest.onloadstart = function () {}.
A callback function that is called when the request begins.
attribute function onloadstart;This attribute must be set to a function; for example, XMLHttpRequest.onloadstart = function () {}.