added content-length to sw response
This commit is contained in:
parent
ddeaf8076d
commit
5677390a45
2 changed files with 4 additions and 1 deletions
|
@ -108,6 +108,7 @@ export default class FileReceiver extends Nanobus {
|
|||
requiresPassword: this.fileInfo.requiresPassword,
|
||||
password: this.fileInfo.password,
|
||||
url: this.fileInfo.url,
|
||||
size: this.fileInfo.size,
|
||||
noSave
|
||||
};
|
||||
await this.sendMessageToSw(info);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue