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

# blob

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

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

# blob

## Summary

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

## Signature

```typescript theme={null}
blob(): Promise<Blob>;
```

## Parameters

*No parameters.*

## Returns

**Type**:`Promise<Blob>`

Fetch the file and return its content as a .
