mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +00:00
LibWeb: Make document.title accessible from JavaScript :^)
This commit is contained in:
parent
d22512a024
commit
253aa7aa7d
3 changed files with 24 additions and 0 deletions
|
@ -32,4 +32,6 @@ interface Document : Node {
|
|||
|
||||
readonly attribute DOMString readyState;
|
||||
|
||||
attribute DOMString title;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue