Răsfoiți Sursa

pass hash when sending "downloads.end" event

Gildas 6 ani în urmă
părinte
comite
3a781fde33
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      extension/core/content/content-download.js

+ 1 - 1
extension/core/content/content-download.js

@@ -69,7 +69,7 @@ this.singlefile.extension.core.content.download = this.singlefile.extension.core
 			}
 			browser.runtime.sendMessage({ method: "ui.processEnd" });
 		}
-		await browser.runtime.sendMessage({ method: "downloads.end", taskId: options.taskId });
+		await browser.runtime.sendMessage({ method: "downloads.end", taskId: options.taskId, hash: pageData.hash });
 	}
 
 	function downloadPageForeground(pageData) {