Minor Changes
-
#1151
67c3b1c
Thanks @juliusmarminge! - feat: add
uploadProgressGranularity
option to control how granular progress events are
fired atYou can now set
uploadProgressGranularity
toall
,fine
, orcoarse
to
control how granular progress events are fired at.all
will forward every event from the XHR uploadfine
will forward events for every 1% of progresscoarse
(default) will forward events for every 10% of progress
Patch Changes
- Updated dependencies
[a1e13b5
]:- @uploadthing/shared@7.1.7