(total, throttled)
| 72695 | estimated: rate && total && inRange ? (total - loaded) / rate : void 0, |
| 72696 | event: e3, |
| 72697 | lengthComputable: total != null, |
| 72698 | [isDownloadStream ? "download" : "upload"]: true |
| 72699 | }; |
| 72700 | listener(data); |
| 72701 | }, freq); |
| 72702 | }; |
| 72703 | var progressEventDecorator = (total, throttled) => { |
| 72704 | const lengthComputable = total != null; |
| 72705 | return [(loaded) => throttled[0]({ |
| 72706 | lengthComputable, |
| 72707 | total, |