Download data from a path
(path: string)
| 31 | |
| 32 | /** Download data from a path */ |
| 33 | get(path: string): Promise<Uint8Array>; |
| 34 | |
| 35 | /** Download data with progress reporting (optional — falls back to get() if not implemented) */ |
| 36 | getWithProgress?( |
no outgoing calls