Troy Thompson

Results 1 comments of Troy Thompson

The following gets rid of the error: ``` Reqwest.prototype = { abort: function () { if( typeof this.request !== 'undefined' && typeof this.request.abort === 'function' ) { this.request.abort(); } }...