mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:17:44 +00:00
LibWeb/HTML: Port Window.focus() to IDL
This commit is contained in:
parent
b59505aba5
commit
56550b6ec0
3 changed files with 21 additions and 24 deletions
|
@ -18,6 +18,7 @@ interface Window : EventTarget {
|
|||
attribute DOMString name;
|
||||
[PutForwards=href, LegacyUnforgeable] readonly attribute Location location;
|
||||
readonly attribute History history;
|
||||
undefined focus();
|
||||
|
||||
// other browsing contexts
|
||||
[Replaceable] readonly attribute WindowProxy frames;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue