# clearAllPendingUpdates

**Kind:** Function

**Source:** [`atloria-monorepo/apps/web/src/hooks/useOfflineSync.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/hooks/useOfflineSync.ts#L379)

Clear all pending updates across all documents
Use with caution - this will discard all offline changes

## Signature

```ts
function clearAllPendingUpdates(): void
```

**Returns:** `void`
