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
Chitchatter should show an informative error if it is running in an environment that does not support WebRTC or is not a secure context.
Assuming Mull is anything like the Tor browser, it should just be a matter of checking the value of typeof window.RTCDataChannel.
typeof window.RTCDataChannel
Originally posted by @jeremyckahn in #154 (reply in thread)
The text was updated successfully, but these errors were encountered:
feat(shell): [#155] [wip] show error in unsupported environment
8c726c2
feat(shell): [#155] show details about unsupported environment
788183e
d06bbcf
jeremyckahn
No branches or pull requests
Chitchatter should show an informative error if it is running in an environment that does not support WebRTC or is not a secure context.
Originally posted by @jeremyckahn in #154 (reply in thread)
The text was updated successfully, but these errors were encountered: