We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63bdf7d commit ed7b762Copy full SHA for ed7b762
src/extension/background/index.ts
@@ -92,5 +92,5 @@ chrome.runtime.onConnect.addListener((port) => {
92
}
93
});
94
95
-(globalThis as any).addIpcEvent = addIpcEvent;
96
-(globalThis as any).returnIpcEvents = returnIpcEvents;
+globalThis.addIpcEvent = addIpcEvent;
+globalThis.returnIpcEvents = returnIpcEvents;
0 commit comments