<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`getBlobArrayBuffer`](getBlobArrayBuffer)
## getBlobArrayBuffer() function
**Signature:**
```typescript
export function getBlobArrayBuffer(blob: Blob): Promise<ArrayBuffer>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| <code>blob</code> | <code>Blob</code> | |
**Returns:**
`Promise<``ArrayBuffer``>`