The abortGetResults() method destroys the previously submitted XHR request within the current context.
Warning: Calling this method is discouraged because misuse can cause unexpected behavior. Instead, you should call reset(). Also, overriding this method when suclassing AbstractModule is not recommended.
results = abortGetResults()
Undefined