CommonGet CallableCommonGet(Path, Callback, RetriesLeft): voidAJAX utility to get a file and return its content. By default will retry requests 10 timesParametersPath: stringPath of the resource to requestCallback: (this, xhr) => voidCallback to execute once the resource is receivedoptionalRetriesLeft: numberHow many more times to retry if the request fails - after this hits zero, an error will be loggedReturns voidNothing
AJAX utility to get a file and return its content. By default will retry requests 10 times