* Returns total bytes received (before truncation)
()
| 215 | * Returns total bytes received (before truncation) |
| 216 | */ |
| 217 | get totalBytes(): number { |
| 218 | return this.totalBytesReceived |
| 219 | } |
| 220 | } |
| 221 | |
| 222 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected