-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Export / Share
functionality does not work on Firefox
#124
Comments
Hey @Grulice thanks for raising this. I'll take a look at the Firefox integration. There must be some inconstancy between the browser APIs. |
Hey @jbunyadzade managed to get around to looking at this one. The listener to pick up the message causing the error We upgraded to v3 to support the latest changes in chrome. Google no longer support manifest v2. Firefox do not support background scripts in manifest v3. So we're stuck either supporting chrome or firefox, unless we maintain two seperate manifests, which I'd rather avoid. So I think it's probably best to wait for firefox to fully support manifest v3. Here's a discussion on the topic: |
Thank you for taking the time to research and explain, @warrenday. I eventually decided to switch back to a Chromium-based browser for now due to issues with the developer experience, such as this one and the inability to zoom in on the extension tabs, which is a serious accessibility problem. |
Describe the bug
"Export / Share" does not work when using Firefox
To Reproduce
Steps to reproduce the behavior:
https://www.graphdev.app/draft?sessionId=...
Expected behavior
The request is successfully exported
Screenshots
Desktop (please complete the following information):
Additional context
Exporting works just fine on Chrome, but it fails on Firefox with the message
Could not establish connection. Receiving end does not exist.
in console.The text was updated successfully, but these errors were encountered: