uppy/packages/@uppy/core/src
Antoine du Hamel f808e9d741
@uppy/transloadit: cancel assemblies when all its files have been removed (#3893)
When starting an upload and removing it right away, it creates a race
condition when the assembly is created with no files and is never
closed. This commit ensures that the assembly is closed if all files
have been removed, or updated with the new expected number of
files otherwise.

Co-authored-by: Aaron Heimlich <aaron.heimlich@gmail.com>
2022-07-27 18:17:48 +02:00
..
__snapshots__ Abstract restriction logic in a new Restricter class (#3532) 2022-03-14 17:47:57 +08:00
mocks @uppy/core: refactor to ESM (#3744) 2022-05-20 11:04:09 +02:00
_common.scss build: add stylelint (#3124) 2021-08-24 01:37:57 +01:00
_utils.scss build: add stylelint (#3124) 2021-08-24 01:37:57 +01:00
_variables.scss audio: new @uppy/audio plugin for recording with microphone (#2976) 2021-12-06 17:06:51 +00:00
BasePlugin.js @uppy/core: refactor to ESM (#3744) 2022-05-20 11:04:09 +02:00
getFileName.js @uppy/core: refactor to ESM (#3744) 2022-05-20 11:04:09 +02:00
index.js @uppy/core: refactor to ESM (#3744) 2022-05-20 11:04:09 +02:00
locale.js @uppy/core: refactor to ESM (#3744) 2022-05-20 11:04:09 +02:00
loggers.js @uppy/core: refactor to ESM (#3744) 2022-05-20 11:04:09 +02:00
Restricter.js @uppy/core: refactor to ESM (#3744) 2022-05-20 11:04:09 +02:00
style.scss Move stylesheets into packages. 2018-06-18 12:35:47 +02:00
supportsUploadProgress.js @uppy/core: refactor to ESM (#3744) 2022-05-20 11:04:09 +02:00
supportsUploadProgress.test.js @uppy/core: refactor to ESM (#3744) 2022-05-20 11:04:09 +02:00
UIPlugin.js @uppy/core: refactor to ESM (#3744) 2022-05-20 11:04:09 +02:00
UIPlugin.test.js @uppy/core: refactor to ESM (#3744) 2022-05-20 11:04:09 +02:00
Uppy.js @uppy/transloadit: cancel assemblies when all its files have been removed (#3893) 2022-07-27 18:17:48 +02:00
Uppy.test.js @uppy/transloadit: cancel assemblies when all its files have been removed (#3893) 2022-07-27 18:17:48 +02:00