615
624
* Sends the XMLHttpRequest object containing the completed response to a
616
625
* specified callback function.
618
627
* \param callback A callback function. Will be called when the response is
619
628
* complete. Passed 1 parameter, an XMLHttpRequest object containing the
622
630
* \param app IVLE app to call (such as "fileservice").
623
631
* \param path URL path to make the request to, within the application.
624
632
* \param args Argument object, as described in parse_url and friends.