From 7e9e3c6c34791d5025bf5e859ed9fcffba0efcb6 Mon Sep 17 00:00:00 2001 From: xyf-mac Date: Sat, 30 Oct 2021 16:34:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/src/devtools/util.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 source/src/devtools/util.js diff --git a/source/src/devtools/util.js b/source/src/devtools/util.js deleted file mode 100644 index 15060a3..0000000 --- a/source/src/devtools/util.js +++ /dev/null @@ -1,12 +0,0 @@ -let index = 0; -setInterval(() => { - let msg = "util: " + index++; - // chrome.extension.sendMessage(msg; - if (typeof aa !== undefined) { - msg = aa; - } - window.postMessage({type: 1, msg: msg}, "*"); -}, 2000); - - -