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