mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 22:50:53 +03:00
set a default MIME type
This commit is contained in:
@@ -194,7 +194,7 @@ export default class FileSender extends Nanobus {
|
|||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
iv: arrayToB64(this.iv),
|
iv: arrayToB64(this.iv),
|
||||||
name: this.file.name,
|
name: this.file.name,
|
||||||
type: this.file.type
|
type: this.file.type || 'application/octet-stream'
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user