Open Issues Need Help
View All on GitHub @webext-core/proxy-service usage 2 months ago
help wanted good first issue
Collection of essential libraries and tools for building web extensions
TypeScript
#chrome-extension#safari-extension#web-extension
Tab creation doesn't add to tab list 4 months ago
AI Summary: Fix a bug in the `@webext-core/fake-browser` package where newly created tabs using `fakeBrowser.tabs.create` are not added to the internal `tabList`, preventing them from being found by `fakeBrowser.tabs.query`. The solution involves modifying the `tabs.ts` file to correctly add the newly created tab to the `tabList` array.
Complexity:
2/5
help wanted good first issue
Collection of essential libraries and tools for building web extensions
TypeScript
#chrome-extension#safari-extension#web-extension