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