> ## 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.

# bytes

> Fetch the file and return its content as a Uint8Array.

# bytes

## Summary

Fetch the file and return its content as a `Uint8Array`.

## Signature

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

## Parameters

*No parameters.*

## Returns

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

Fetch the file and return its content as a .
