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