> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# arrayBuffer

> Fetch the file and return its content as an ArrayBuffer.

import { PageLink } from '/snippets/tsdocs/PageLink.jsx';
import { RefLink } from '/snippets/tsdocs/RefLink.jsx';

# arrayBuffer

## Summary

Fetch the file and return its content as an `ArrayBuffer`.

## Signature

```typescript theme={null}
arrayBuffer(): Promise<ArrayBuffer>;
```

## Parameters

*No parameters.*

## Returns

**Type**:`Promise<ArrayBuffer>`

Fetch the file and return its content as an .
