type method string

This commit is contained in:
Tommy D. Rossi
2025-11-22 11:02:24 +01:00
parent 47f8670c1a
commit f2bba2512b
+1 -1
View File
@@ -222,7 +222,7 @@ export class RelayConnection {
this._onCloseCallback?.(); this._onCloseCallback?.();
} }
private _onDebuggerEvent = (source: chrome.debugger.DebuggerSession, method: string, params: any): void => { private _onDebuggerEvent = (source: chrome.debugger.DebuggerSession, method: CDPEvent['method'], params: any): void => {
const tab = this._attachedTabs.get(source.tabId!); const tab = this._attachedTabs.get(source.tabId!);
if (!tab) return; if (!tab) return;