A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/apis/xhr/events/load below:

load ยท WebPlatform Docs

load Summary

After the onload event has occurred, responseText contains the complete server response.

Overview Table Synchronous No Bubbles No Target dom/Element Cancelable No Default action

## Examples

Setting the onload property.

function loadd()
{
    alert("XDR onload");
    alert("Got: " + xdr.responseText);
}
...
xdr.onload = loadd;
Notes Remarks

After the onload event has occurred, responseText contains the complete server response. To invoke this event, do one of the following:

Event handler parameters

This method has no parameters.

See also Related pages Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4