-
Notifications
You must be signed in to change notification settings - Fork 29
Using Proxy Service in Safari throws an error if called from an Injected script #86
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
Comments
This package uses the |
Hmm, then I'm not sure. The error message isn't providing any useful information, so I don't even know where the problem might be. I've used this package on Safari before and it works just fine. |
I think it has to do with Safari service workers being non-responsive: https://developer.apple.com/forums/thread/764594 and not with your package itself. |
OK, then I'm gonna close this issue. If you find out more and it is related to this package, feel free to reopen. |
Uh oh!
There was an error while loading. Please reload this page.
First off, thank you so much for this amazing package. I've refactored my codebase to be much more manageable and straightforward.
However, I did notice this one issue where you call a registered Proxy Service from an Injected script's UI (using React, not sure if that matters) and it throws this error. Any idea on what might be causing it? The error does not appear in Safari's console.
This works flawlessly on Chrome.
Thanks!
The text was updated successfully, but these errors were encountered: