mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-20 08:58:41 +00:00
消息发错了
This commit is contained in:
parent
6a4a0cf348
commit
8e85dbc304
@ -109,7 +109,7 @@ export class PortMgr {
|
|||||||
}
|
}
|
||||||
useFrame(id: number, tabID: number) {
|
useFrame(id: number, tabID: number) {
|
||||||
this.tabUseFrameID[tabID] = id;
|
this.tabUseFrameID[tabID] = id;
|
||||||
const event = new PluginEvent(Page.Background, Page.Devtools, Msg.ResponseUpdateFrames, { id } as ResponseUseFrameData);
|
const event = new PluginEvent(Page.Background, Page.Devtools, Msg.ResponseUseFrame, { id } as ResponseUseFrameData);
|
||||||
this.sendDevtoolMsg(event, tabID);
|
this.sendDevtoolMsg(event, tabID);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user