File size: 444 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
id: useIsFetching
title: useIsFetching
---
# Function: useIsFetching()
```ts
function useIsFetching(filters?, queryClient?): Readable<number>
```
## Parameters
### filters?
`QueryFilters`\<readonly `unknown`[]\>
### queryClient?
`QueryClient`
## Returns
`Readable`\<`number`\>
## Defined in
[packages/svelte-query/src/useIsFetching.ts:7](https://github.com/TanStack/query/blob/main/packages/svelte-query/src/useIsFetching.ts#L7)
|