Jyyjy commented on issue #420: URL: https://github.com/apache/flagon-useralejs/issues/420#issuecomment-2248769217
https://github.com/apache/flagon-useralejs/blob/ee2389f357d2369c5a46d4e07d1b267a03e435b4/src/UserALEWebExtension/background.ts#L230 In background.ts, almost all events from the js tabs API are captured and logged. Except onhighlighted because onhighlighted is an event that happens to a list of tabs. Meanwhile other tab events only happen to a single tab. The problem is that the functions expect an event to happen to a single tab. The two approaches to resolve it are to either create separate logs for each highlighted tab. Or put the information of all the tabs into a single log. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@flagon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@flagon.apache.org For additional commands, e-mail: notifications-h...@flagon.apache.org