NavigatorOnLine.idl 150 B

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