> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/componentes/sdk-provider/propiedades/waitrequest.md).

# waitRequest

## Details

**Attribute:** `wait-request`

**Type:** `boolean`

**Default value:** `false`

## Morphology

```typescript
provider.waitRequest = true;
```

## Description

When active, the widgets that send data to the backend (Selphi, SelphID and File Uploader) show the provider loading state and **wait** for the Tracking and sending requests to finish (`sendSelphi`, `sendSelphid`, `trackingAsset`, etc.) before continuing to the next step of the Flow.

***

## Example

```jsx
<facephi-sdk-provider
    apikey={process.env.FACEPHI_SDK_APIKEY}
    waitRequest={true}
/>
```
