-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Conversation
- moving to 4000/4001
- Manual tests w/ chunking and concurrent chunking look good. TODO: - handle resolve result - handle failure - unit tests - docs uppdate - typescript defs update
Progress here:
|
fixes #5 Also: feat(callback-names): onUpload and onUploadChunk now accept promises re: FineUploader/fine-uploader#1917
@rnicholus I can work on updating the TS def now? as your planned development is complete. |
@SinghSukhdeep sounds good. I don't have any of the docs updated yet, so if anything isn't clear, LMK. there are a lot of changes here... |
I believe I have now written sufficient unit tests for all changes/additions in this PR. |
Would need the docs updated before I can start with TS update. |
Docs are next on my list... |
API docs updated! |
docs/api/events.jmd
Outdated
{{ api_event("upload", "onUpload", "Called just before an item begins uploading to the server.", | ||
{{ api_event("upload", "onUpload", | ||
""" | ||
Called just before an item begins uploading to the server. In asynchronous work must be performed, |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
TypeScript Updated |
Thanks @SinghSukhdeep. Looks like everything is done here. Just need to let all of these changes cook on a project of mine before I release (along with a bit more manual testing). Would love to hear if others are having success with this branch. |
The following issues will be addressed once this is released:
Latest release is 5.16.0-alpha.16 (on npm).