mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-10-22 17:55:23 +00:00
修复多个tab标签下,devtool会错误展示content的问题
This commit is contained in:
@@ -45,6 +45,9 @@ export type ResponseUpdateFramesData = FrameDetails[];
|
||||
export interface RequestUseFrameData {
|
||||
id: number;
|
||||
}
|
||||
export interface ResponseUseFrameData {
|
||||
id: number;
|
||||
}
|
||||
export type RequestSetPropertyData = Info;
|
||||
export type ResponseSetPropertyData = Info;
|
||||
export type RequestLogData = string[];
|
||||
@@ -82,6 +85,7 @@ export enum Msg {
|
||||
*/
|
||||
ResponseUpdateFrames = "response-update-frames",
|
||||
RequestUseFrame = "request-use-frame",
|
||||
ResponseUseFrame = "response-use-frame",
|
||||
|
||||
RequestLogData = "request-log-data",
|
||||
|
||||
|
Reference in New Issue
Block a user