LibWeb: Implement BarProp properties for Window

This commit is contained in:
Totto16 2025-03-04 22:51:08 +01:00 committed by Tim Ledbetter
commit b66e7ac1ba
Notes: github-actions[bot] 2025-03-29 02:36:35 +00:00
13 changed files with 201 additions and 0 deletions

View file

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