Changes between Version 17 and Version 18 of UZ
- Timestamp:
- 2022.10.05 19:16:21 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UZ
v17 v18 108 108 * `update:canAbort(flag: boolean)` - is upload abort allowed, 109 109 110 == Other things 111 112 This component is implemented using //Finite State Machine// (Moore type) technique. It has eight states (idle, hover, wait, uploading, done, error, with_errors and aborted). It uses jQuery as underlying layer because it is the most common way to do //REST// requests. Rationale to implement it was need of specifying how many files could be uploaded at one time. The keynote was to __not implement__ UI inside the component but relying to do such thing by user of this component. 113 110 114 ---- 111 115