You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that the provide function sent in the detail object of the text-expander-changeCustomEvent 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.
The text was updated successfully, but these errors were encountered:
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 thetext-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.
The text was updated successfully, but these errors were encountered: