瀏覽代碼

URL.revokeObjectURL

Michael Wang 4 年之前
父節點
當前提交
494da162ca
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/features/OfflineExam/OfflineExamList.vue

+ 2 - 0
src/features/OfflineExam/OfflineExamList.vue

@@ -185,6 +185,8 @@ export default {
         a.download = name;
         document.body.appendChild(a);
         a.click();
+        // delete the internal blob reference, to let the browser clear memory from it
+        URL.revokeObjectURL(a.href);
         document.body.removeChild(a);
       } else {
         window.location.href = url;