abort method

void abort()

Implementation

void abort() {
  _readyState = DONE;
  _result = null;
}