Contents

onloadend

A callback function that is called when the request is completed for any reason.

Declaration

attribute function onloadend;

Discussion

This attribute must be set to a function; for example, XMLHttpRequest.onloadend = function () {}.

See Also

Implementing Callback Functions