upload property

Returns the associated XMLHttpRequestUpload object. It can be used to gather transmission information when data is transferred to a server.

MDN Reference

Implementation

_i3.XMLHttpRequestUpload get upload => _i4.getProperty(
      this,
      'upload',
    );