dojo.__IoArgs.load
<script src="../../js/dojo.js"></script>
defined in dojo/_base/xhr.js
function(response, ioArgs){}. response is an Object, ioArgs is of type dojo.__IoCallbackArgs. The load function will be called on a successful response.