mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
5 lines
152 B
Plaintext
5 lines
152 B
Plaintext
// https://html.spec.whatwg.org/multipage/system-state.html#navigatoronline
|
|
interface mixin NavigatorOnLine {
|
|
readonly attribute boolean onLine;
|
|
};
|