We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ef174 commit 437e116Copy full SHA for 437e116
src/utils/utils.streamsaver.js
@@ -30,7 +30,7 @@
30
_writer.closed.then(function () {
31
_logger.log('StreamWriter.closed: ' + _this.filename);
32
_this.close();
33
- });
+ }).catch(function (err) { });
34
}
35
36
// Should be called once the first keyframe is detected.
0 commit comments