| 76 | * 接收端当前文件状态。 |
| 77 | */ |
| 78 | export interface RecipientCurrentFileState { |
| 79 | name: string |
| 80 | size: number |
| 81 | transmittedBytes: number |
| 82 | lastSize: number |
| 83 | speed: number |
| 84 | chunks: ArrayBuffer[] |
| 85 | } |
| 86 | |
| 87 | /** |
| 88 | * 接收端页面状态。 |
nothing calls this directly
no outgoing calls
no test coverage detected