未使用的代码

This commit is contained in:
xyf-mac 2021-10-30 16:34:20 +08:00
parent 1ab22e64ef
commit 7e9e3c6c34

View File

@ -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);