Record
blob
Binary content (image or audio) with MIME type
record blob {
data: blob-data,
mime-type: string,
options: option<content-options>,
}Fields
| Name | Type | Description |
|---|---|---|
| data | blob-data | The binary data or stream |
| mime-type | string | MIME type (e.g., "image/png", "audio/mp3") |
| options | option<content-options> |