* Load a JavaScript file from the server using a GET HTTP request, then execute it. * * @param url A string containing the URL to which the request is sent. * @param success A callback function that is executed if the request succeeds.
(url: string, success?: (script: string, textStatus: string, jqXHR: JQueryXHR) => any)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected