fluid-lab / gamepad-navigator

GSoC 2020 project
Other
6 stars 10 forks source link

Refactor "wrapper" in background that appends the tab ID to all action options. #151

Closed duhrer closed 4 months ago

duhrer commented 5 months ago

Previously, there must have been a few actions that used a tabId provided with the action options. As there's now only one, I collapsed this to remove the wrapper in the port message listener and determine the tab ID in the one action that needs it.