mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +00:00
LibWeb: Implement BarProp properties for Window
This commit is contained in:
parent
ad634897b8
commit
b66e7ac1ba
Notes:
github-actions[bot]
2025-03-29 02:36:35 +00:00
Author: https://github.com/Totto16
Commit: b66e7ac1ba
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3810
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/tcl3 ✅
13 changed files with 201 additions and 0 deletions
6
Libraries/LibWeb/HTML/BarProp.idl
Normal file
6
Libraries/LibWeb/HTML/BarProp.idl
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
// https://html.spec.whatwg.org/multipage/nav-history-apis.html#barprop
|
||||
[Exposed=Window]
|
||||
interface BarProp {
|
||||
readonly attribute boolean visible;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue