We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When loading the webview, we should have a fallback domain in case the first one fails.
We should code this separately for the windows nad macos versions as they use different webview implementations
Something similar was implemented with the autoupdater: https://github.com/Stremio/stremio-shell/blob/master/autoupdater.js#L10-L14 - which is ALSO something that we need, but we need it for the web URL as well.
The text was updated successfully, but these errors were encountered:
core1024
No branches or pull requests
Summary
When loading the webview, we should have a fallback domain in case the first one fails.
We should code this separately for the windows nad macos versions as they use different webview implementations
Something similar was implemented with the autoupdater: https://github.com/Stremio/stremio-shell/blob/master/autoupdater.js#L10-L14 - which is ALSO something that we need, but we need it for the web URL as well.
The text was updated successfully, but these errors were encountered: