You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow to provide a callback that is called after a chunk us completed or trigger a progress event.
The best place to call this is at the end of the coreCall method.
The text was updated successfully, but these errors were encountered:
Hi
If anyone is still looking for an implementation which supports progress report
Here is my library called chunksha - the core was borrowed from rusha and I've added progress reporting and support for large files https://szydan.github.io/chunksha/
Allow to provide a callback that is called after a chunk us completed or trigger a progress event.
The best place to call this is at the end of the coreCall method.
The text was updated successfully, but these errors were encountered: