UNPKG

@softvisio/ext

Version:
17 lines (14 loc) 318 B
Ext.define( null, { "override": "Ext.data.operation.Operation", getResult () { if ( this.hasException() ) { return this.getError(); } else { return this.getResponse(); } }, toString () { return this.getResult()?.statusText; }, } );