mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-12-04 23:58:46 +00:00
devtools界面和content.js进行交互
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
function shortConnectionLink(request, sender, sendResponse) {
|
||||
console.log(`%c[短连接|id:${sender.id}|url:${sender.url}]\n${JSON.stringify(request)}`, 'background:#aaa;color:#BD4E19')
|
||||
console.log(request);
|
||||
sendResponse && sendResponse(request);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user