diff --git a/extension/src/relayConnection.ts b/extension/src/relayConnection.ts index d52161f..21e373e 100644 --- a/extension/src/relayConnection.ts +++ b/extension/src/relayConnection.ts @@ -222,7 +222,7 @@ export class RelayConnection { 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!); if (!tab) return;