summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/NavigatorOnLine.idl
blob: bb87b2fb920b53472304700b033bf5a73cf77797 (plain)
1
2
3
4
// https://html.spec.whatwg.org/multipage/system-state.html#navigatoronline
interface mixin NavigatorOnLine {
  readonly attribute boolean onLine;
};