Contents

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 () {}.

See Also

Implementing Callback Functions