Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provide function unavailable in Firefox content scripts context #51

Open
avaly opened this issue Nov 23, 2023 · 0 comments
Open

provide function unavailable in Firefox content scripts context #51

avaly opened this issue Nov 23, 2023 · 0 comments

Comments

@avaly
Copy link

avaly commented Nov 23, 2023

Our team is trying to write a browser extension to create an autocomplete search feature inside Github for a 3rd party issue tracking system.

We almost have it working on Chrome, but on Firefox the content security limitations of content scripts is preventing us from making this work.

The issue is that the provide function sent in the detail object of the text-expander-change CustomEvent is not accessible inside the Firefox content script.

We would appreciate any refactor that would allow us to use this component without any passthrough functions or DOM fragments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant