mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
5 lines
150 B
Text
5 lines
150 B
Text
|
// https://html.spec.whatwg.org/multipage/system-state.html#navigatoronline
|
||
|
interface mixin NavigatorOnLine {
|
||
|
readonly attribute boolean onLine;
|
||
|
};
|