UNPKG

angular-material-datatransfer-lib

Version:

A HTML5 datatransfer UI for handling upload and download of multiple simultaneous files.

10 lines (9 loc) 175 B
export declare enum TransferStatus { Ready = 0, Queued = 1, Preprocessing = 2, Uploading = 3, Downloading = 4, Finished = 5, Failed = 6 }