mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
24 lines
434 B
Markdown
24 lines
434 B
Markdown
# TranscodeImageResponse
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `ReadableStream<Uint8Array>`
|
|
|
|
```typescript
|
|
const value: ReadableStream<Uint8Array> = await openAsBlob("example.file");
|
|
```
|
|
|
|
### `ReadableStream<Uint8Array>`
|
|
|
|
```typescript
|
|
const value: ReadableStream<Uint8Array> = await openAsBlob("example.file");
|
|
```
|
|
|
|
### `ReadableStream<Uint8Array>`
|
|
|
|
```typescript
|
|
const value: ReadableStream<Uint8Array> = await openAsBlob("example.file");
|
|
```
|
|
|