Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES

GLM.XML.XMLDocument.getAsync

GLM.XML.XMLDocument.getAsync

Returns whether or not the XML document is using asynchronous mode.

Returns:

Whether or not the XML document is using asynchronous mode.

Example:

var xml = new GLM.XML.XMLDocument();
alert(xml.getAsync());



Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES