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

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