T
TanStack16mo ago
conscious-sapphire

Return progress as the mutation is processing

I'm using a library which, for upload, gives me a progress indication callback as:
export interface AddProgressFn { (bytes: number, path?: string): void }
export interface AddProgressFn { (bytes: number, path?: string): void }
I want to report this back from a mutation. How can I do that?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?