mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-09 03:43:23 +00:00
use actual file size in dl progress. detect cancelled stream
This commit is contained in:
@@ -172,6 +172,7 @@ export default class Keychain {
|
||||
JSON.stringify({
|
||||
iv: arrayToB64(this.iv),
|
||||
name: metadata.name,
|
||||
size: metadata.size,
|
||||
type: metadata.type || 'application/octet-stream'
|
||||
})
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user