Skip to content

Add navigator.connection support #94

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

Closed
Zizzamia opened this issue Nov 28, 2019 · 0 comments
Closed

Add navigator.connection support #94

Zizzamia opened this issue Nov 28, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@Zizzamia
Copy link
Owner

Zizzamia commented Nov 28, 2019

Based on this code, add to each metric in Perfume the Network Information.

readonly attribute EffectiveConnectionType effectiveType;
readonly attribute Megabit downlink;
readonly attribute Millisecond rtt;
readonly attribute boolean saveData;
const networkInformation = {
  downlink: 10
  effectiveType: "4g"
  rtt: 50
  saveData: false
}
@Zizzamia Zizzamia added this to the v4.4.0 milestone Nov 28, 2019
@Zizzamia Zizzamia self-assigned this Nov 28, 2019
@Zizzamia Zizzamia added the feat label Nov 28, 2019
@Zizzamia Zizzamia closed this as completed Dec 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant