We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2c035 commit 54eec01Copy full SHA for 54eec01
1 file changed
src/app/service/service_worker/download.ts
@@ -142,6 +142,8 @@ const onChangedListener = (downloadDelta: chrome.downloads.DownloadDelta) => {
142
loaded: downloadItem?.downloadItem?.totalBytes, // 兼容 TM,总是传回 totalBytes (与实际有否储存无关)
143
total: downloadItem?.downloadItem?.totalBytes,
144
});
145
+
146
+ responseMap.delete(id); // 清除缓存
147
}
148
149
};
0 commit comments