-
Notifications
You must be signed in to change notification settings - Fork 24
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
Suggest 'unknown' connection type instead of 'other' #11
Comments
Agree, 'unknown' makes sense there. Just to be clear, we probably just need to come up with a good definition for how it differs form "none" and "other". I.e., the connection is established, but the type can't be determined. |
@jkarlin if you have a concrete situation where this comes up, that would be really helpful. |
It's probably possible to get all of these types on all of the platforms that browsers run on, but there are several cases in Chromium (e.g., desktop) where bluetooth and cellular are not distinguished. We may fill them all out eventually but it will take time. |
@jkarlin for your review: https://github.com/w3c/netinfo/pull/12 I've kept |
Perfect, thank you. |
Added `unknown` connection type (closes #11)
There are times where it's difficult for the UA to determine what the connection type is. What should be the connection type in those cases? Unknown is more accurate than other.
The text was updated successfully, but these errors were encountered: