mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:28:11 +00:00
LibWeb: Add window.navigation property
This commit is contained in:
parent
0c2f758067
commit
7f043e3083
3 changed files with 22 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
#import <HighResolutionTime/Performance.idl>
|
||||
#import <HTML/AnimationFrameProvider.idl>
|
||||
#import <HTML/CustomElements/CustomElementRegistry.idl>
|
||||
#import <HTML/Navigation.idl>
|
||||
#import <HTML/Navigator.idl>
|
||||
#import <HTML/WindowLocalStorage.idl>
|
||||
#import <HTML/WindowOrWorkerGlobalScope.idl>
|
||||
|
@ -24,6 +25,7 @@ interface Window : EventTarget {
|
|||
attribute DOMString name;
|
||||
[PutForwards=href, LegacyUnforgeable] readonly attribute Location location;
|
||||
readonly attribute History history;
|
||||
readonly attribute Navigation navigation;
|
||||
readonly attribute CustomElementRegistry customElements;
|
||||
undefined focus();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue