From cf2b97737e899fccf0fd74205685e4f866c92a86 Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Wed, 16 Feb 2022 03:20:34 -0500 Subject: [PATCH] Add files via upload --- thirdparty/StreamSaver.js | 2 -- thirdparty/mitm.html | 7 +------ 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/thirdparty/StreamSaver.js b/thirdparty/StreamSaver.js index 8e08fc0..738e8dd 100644 --- a/thirdparty/StreamSaver.js +++ b/thirdparty/StreamSaver.js @@ -46,14 +46,12 @@ iframe.src = src iframe.loaded = false iframe.name = 'iframe' - iframe.id = "mitm_iframe" iframe.isIframe = true iframe.postMessage = (...args) => iframe.contentWindow.postMessage(...args) iframe.addEventListener('load', () => { iframe.loaded = true }, { once: true }) document.body.appendChild(iframe) - console.log(iframe); return iframe } diff --git a/thirdparty/mitm.html b/thirdparty/mitm.html index 85c6fdb..360038d 100644 --- a/thirdparty/mitm.html +++ b/thirdparty/mitm.html @@ -14,10 +14,7 @@ when the worker then receives a stream then the worker will tell the opener to open up a link that will start the download --> - - - - \ No newline at end of file + \ No newline at end of file