1// https://html.spec.whatwg.org/multipage/system-state.html#navigatoronline 2interface mixin NavigatorOnLine { 3 readonly attribute boolean onLine; 4};