()
| 139 | } |
| 140 | |
| 141 | _sendNextPartition() { |
| 142 | if (!this._chunker || this._chunker.isFileEnd()) return; |
| 143 | this._chunker.nextPartition(); |
| 144 | } |
| 145 | |
| 146 | _sendProgress(progress) { |
| 147 | this.sendJSON({ type: 'progress', progress: progress }); |
no test coverage detected