We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d83076 commit bcb981aCopy full SHA for bcb981a
src/content.ts
@@ -123,7 +123,7 @@ const manualSkipPercentCount = 0.5;
123
//get messages from the background script and the popup
124
chrome.runtime.onMessage.addListener(messageListener);
125
126
-function messageListener(request: Message, sender: unknown, sendResponse: (response: MessageResponse) => void): Promise<void> {
+function messageListener(request: Message, sender: unknown, sendResponse: (response: MessageResponse) => void): void {
127
//messages from popup script
128
switch(request.message){
129
case "update":
0 commit comments