result property

T get result

When a request is completed, returns the result, or undefined if the request failed. Throws a "InvalidStateError" DOMException if the request is still pending.

MDN Reference

Implementation

T get result => _i4.getProperty(
      this,
      'result',
    );