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

# formData

> Fetch the file and return its content as FormData.

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

# formData

## Summary

Fetch the file and return its content as `FormData`.

## Signature

```typescript theme={null}
formData(): Promise<FormData>;
```

## Parameters

*No parameters.*

## Returns

**Type**:`Promise<FormData>`

Fetch the file and return its content as .
