ladybird/Libraries/LibWeb/HTML/BarProp.idl

6 lines
153 B
Text

// https://html.spec.whatwg.org/multipage/nav-history-apis.html#barprop
[Exposed=Window]
interface BarProp {
readonly attribute boolean visible;
};