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 () {}.
A callback function that is called when the request is completed for any reason.
attribute function onloadend;This attribute must be set to a function; for example, XMLHttpRequest.onloadend = function () {}.