Skip to content
Compare
Choose a tag to compare
@t3dotgg t3dotgg released this 17 Feb 20:41
· 2 commits to main since this release
b2f3f87

Minor Changes

  • #1151
    67c3b1c
    Thanks @juliusmarminge! - feat: add
    uploadProgressGranularity option to control how granular progress events are
    fired at

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

    • all will forward every event from the XHR upload
    • fine will forward events for every 1% of progress
    • coarse (default) will forward events for every 10% of progress

Patch Changes