(timeoutMs?: number)
| 243 | read(timeoutMs?: number): ArrayBuffer | null; |
| 244 | readInto(target: Uint8Array, timeoutMs?: number): number | null; |
| 245 | borrow(timeoutMs?: number): BorrowedFrame | null; |
| 246 | isShutdown(): boolean; |
| 247 | getSlotSize(): number; |
| 248 | } |
no outgoing calls
no test coverage detected