mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 12:37:46 +00:00
18 lines
298 B
Markdown
18 lines
298 B
Markdown
# GetFileResponse
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `ReadableStream<Uint8Array>`
|
|
|
|
```typescript
|
|
const value: ReadableStream<Uint8Array> = await openAsBlob("example.file");
|
|
```
|
|
|
|
### `ReadableStream<Uint8Array>`
|
|
|
|
```typescript
|
|
const value: ReadableStream<Uint8Array> = await openAsBlob("example.file");
|
|
```
|
|
|