Articles tagged: Microsoft
Found 12 documents
- Glossary/Microsoft_Internet_Explorer Internet Explorer (or IE) is a free graphical browser maintained by Microsoft for legacy ...
- Web/Accessibility/Implementing_MSAA_server This document is for developers working to support MSAA in an application in order to make it ...
- Web/API/XDomainRequest XDomainRequest is an implementation of HTTP access control (CORS) that worked in Internet ...
- Web/API/XDomainRequest/abort Aborts an XDomainRequest.
- Web/API/XDomainRequest/onerror An event handler which is called when an XDomainRequest encounters an error.
- Web/API/XDomainRequest/onload An event handler for when an XDomainRequest has finished receiving the response from the server. ...
- Web/API/XDomainRequest/onprogress This method is called periodically as an event handler for progress events on XDomainRequest s, ...
- Web/API/XDomainRequest/ontimeout An event handler which is called when a pending XDomainRequest times out.
- Web/API/XDomainRequest/open Opens an XDomainRequest which is configured to use a given method (GET/POST) and URL.
- Web/API/XDomainRequest/responseText Returns the response body of an XDomainRequest as a string.
- Web/API/XDomainRequest/send Sends an XDomainRequest which has previously been opened calling XDomainRequest.open().
- Web/API/XDomainRequest/timeout Gets or sets the amount of time in milliseconds until an XDomainRequest times out.