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
The IDL block in https://wicg.github.io/netinfo/#-dfn-networkinformation-dfn-interface is:
[Exposed=(Window,Worker)] interface NetworkInformation : EventTarget { readonly attribute ConnectionType type; readonly attribute EffectiveConnectionType effectiveType; readonly attribute Megabit downlinkMax; readonly attribute Megabit downlink; readonly attribute Millisecond rtt; readonly attribute boolean saveData; attribute EventHandler onchange; };typedef unrestricted double Megabit;typedef unsigned long long Millisecond;
Note the lack of newlines at the end. This doesn't match the source and is probably a ReSpec bug, but I don't know so am filing a bug here first.
The text was updated successfully, but these errors were encountered:
Indeed. Perhaps a mistake in how we wired up something on this end..
@marcoscaceres any tips? :)
Sorry, something went wrong.
Markdown cleanup
435cb53
closes #76, #74
sorry I didn't see this earlier... it was fixed a while ago :)
No branches or pull requests
The IDL block in https://wicg.github.io/netinfo/#-dfn-networkinformation-dfn-interface is:
Note the lack of newlines at the end. This doesn't match the source and is probably a ReSpec bug, but I don't know so am filing a bug here first.
The text was updated successfully, but these errors were encountered: