getXMLHTTPRequest method

Reliably returns an XMLHttpRequest object regardless of what platform this code is being executed on.

Syntax

<static> getXMLHTTPRequest() → {object}

Returns

An XMLHTTPRequest object.

[/reference/refbody/section/sectiondiv {""})

Type:

object

(sectiondiv]

Example

var request = hwc.getXMLHTTPRequest();

Source

hwc-comms.js, line 465.