ladybird/Userland/Libraries/LibWeb/HTML/NavigatorOnLine.idl
2024-01-18 14:00:06 +01:00

5 lines
152 B
Plaintext

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