Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mark R. Florkowski <[email protected]>
  • Loading branch information
juliusmarminge and markflorkowski authored Feb 17, 2025
1 parent b3bb7ac commit 4d4aedc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changeset/fair-tomatoes-jog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
feat: add `progressGranularity` option to control how granular progress events
are fired at

You can now set `progressGranularity` to `all`, `find`, or `coarse` to control
You can now set `progressGranularity` to `all`, `fine`, or `coarse` to control
how granular progress events are fired at.

`all` will forward every event from the XHR upload
`find` will forward events for every 1% of progress
`fine` will forward events for every 1% of progress
`coarse` will forward events for every 10% of progress

The default is `coarse`.

0 comments on commit 4d4aedc

Please sign in to comment.