瀏覽代碼

revoke video url (#28513)

ycw 1 年之前
父節點
當前提交
191101183b
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      editor/js/Sidebar.Project.Video.js

+ 5 - 1
editor/js/Sidebar.Project.Video.js

@@ -147,7 +147,11 @@ function SidebarProjectVideo( editor ) {
 
 
 		output.addEventListener( 'unload', function () {
 		output.addEventListener( 'unload', function () {
 
 
-			if ( video.src.startsWith( 'blob:' ) === false ) {
+			if ( video.src.startsWith( 'blob:' ) ) {
+
+				URL.revokeObjectURL( video.src );
+
+			} else {
 
 
 				ffmpeg.exit();
 				ffmpeg.exit();