mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-20 17:08:41 +00:00
未使用的代码
This commit is contained in:
parent
1ab22e64ef
commit
7e9e3c6c34
@ -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);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user