API Docs for: 1.5.0
Show:

MicrosoftXmlHttpRequestConnection Class

Deprecated: since 1.2

Creates an instance of MicrosoftXmlHttpRequestConnection object This connection class handles low-level implementation of XHR connection for Microsoft browsers

Constructor

MicrosoftXmlHttpRequestConnection

() deprecated

Item Index

Methods

Methods

execute

(
  • request
  • callback
)

Basic request implemented via XHR technique

Parameters:

  • request Request

    structure containing all needed params and data

  • callback Function

    function, which will be executed on request success

isCompatible

() Boolean static

Connection checks itself for compatibility with running environment

Returns:

Boolean:

whether the connection is compatible with current environment