Summary
Implement Windows support for connection_status().
The types, command, permissions, and JS/TS bindings have already been merged in #2.
Windows exposes everything needed through the WinRT NetworkInformation API: cost/metered state, data-limit and roaming flags, and the physical transport type. A prior proof-of-concept exists in #31 that may be useful to guide our approach.
Out of Scope
- macOS, Linux, iOS, and Android backends — separate follow-ups.
- Change-notification / observer APIs for status transitions.
Summary
Implement Windows support for
connection_status().The types, command, permissions, and JS/TS bindings have already been merged in #2.
Windows exposes everything needed through the WinRT NetworkInformation API: cost/metered state, data-limit and roaming flags, and the physical transport type. A prior proof-of-concept exists in #31 that may be useful to guide our approach.
Out of Scope