Skip to content

Commit 1df9b96

Browse files
committed
Shouldn't remove the blob data, or videos too large for memory cannot replay
1 parent 48bc039 commit 1df9b96

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/loader/filetypes/VideoFile.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ var VideoFile = new Class({
101101

102102
this.data.onloadeddata = function ()
103103
{
104-
File.revokeObjectURL(_this.data);
105-
106104
_this.onProcessComplete();
107105
};
108106

0 commit comments

Comments
 (0)