Skip to content

Commit

Permalink
Merge branch 'develop' into feat/2437/2476
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanoshadjipetrou committed Nov 25, 2020
2 parents 72fab4b + 9eba856 commit a56f1dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/utils/streamsaver/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export function createWriteStream(filename, options, size) {
let supportsTransferable = false;
let mitmTransporter = null;
const ponyfill = window.WebStreamsPolyfill || {};
console.log(ponyfill);
const isSecureContext = window.isSecureContext;
let useBlobFallback =
/constructor/i.test(window.HTMLElement) ||
Expand Down Expand Up @@ -197,7 +196,7 @@ export function createWriteStream(filename, options, size) {
}
},
};
ts = new streamSaver.TransformStream(
ts = new TransformStream(
transformer,
opts.writableStrategy,
opts.readableStrategy
Expand Down

0 comments on commit a56f1dc

Please sign in to comment.