Results 1 - 10 of 10

XDomainRequest

XDomainRequest is an implementation of HTTP access control (CORS) that worked in Internet Explorer 8 and 9. It was removed in Internet Explorer 10 in favor of using XMLHttpRequest with proper CORS; if you are targeting Internet Explorer 10 or later, or wish to support any other browser, you need to use standard HTTP access control.
AJAX API IE JavaScript Microsoft Obsolete Web

XDomainRequest.open()

Opens an XDomainRequest which is configured to use a given method (GET/POST) and URL.
AJAX IE JavaScript Method Microsoft Obsolete Reference

XDomainRequest.responseText

Returns the response body of an XDomainRequest as a string.
AJAX IE Microsoft Obsolete Property Reference

XDomainRequest.onerror

An event handler which is called when an XDomainRequest encounters an error.
AJAX API DOM IE Microsoft Obsolete Property Reference

XDomainRequest.onprogress

This method is called periodically as an event handler for progress events on XDomainRequests, so that code can monitor progress while loading content.
AJAX API DOM Event IE Microsoft Obsolete Property Reference

XDomainRequest.ontimeout

An event handler which is called when a pending XDomainRequest times out.
AJAX API DOM IE Microsoft Obsolete Property Reference