* Inner callback * @param {*} response * @param {Number} status * @param {Object} headers * @private
(response, status, headers)
| 219 | * @private |
| 220 | */ |
| 221 | _onComplete(response, status, headers) { |
| 222 | this.onComplete(response, status, headers); |
| 223 | if(this.removeAfterUpload) this.remove(); |
| 224 | } |
| 225 | /** |
| 226 | * Inner callback |
| 227 | * @private |
no test coverage detected