still no good, but a bit cleaned up

This commit is contained in:
Blue 2019-01-14 17:50:41 +03:00
parent 1f40231b9b
commit db0b829fbd
3 changed files with 41 additions and 80 deletions

View file

@ -30,7 +30,8 @@
createFileFragments(reader.result);
scheduleData();
ctx.resume();
setTimeout(.bind(ctx), 1000);
}
reader.readAsArrayBuffer(file);