| Overview | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |
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 | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |