forked from 23/resumable.js
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
refactoringNot a new feature but clean ups etc. of existing codeNot a new feature but clean ups etc. of existing code
Description
After #1 some events were changed so that they are only used internally.
As they were available to the outside (via .on() on the resumable object) before, it doesn't really make sense to only use them internally now. The internal handlers in resumable.ts and resumableFile.ts could just fire these events after handling.
The affected events are:
- fileError
- chunkingStart
- chunkingProgress
- chunkingComplete
- catchAll
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
refactoringNot a new feature but clean ups etc. of existing codeNot a new feature but clean ups etc. of existing code