mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibWeb/HTML: Port Window.document to IDL
This commit is contained in:
parent
dcff775ab1
commit
0e587420a8
Notes:
sideshowbarker
2024-07-17 01:46:43 +09:00
Author: https://github.com/linusg
Commit: 0e587420a8
Pull-request: https://github.com/SerenityOS/serenity/pull/17752
Reviewed-by: https://github.com/awesomekling
3 changed files with 10 additions and 9 deletions
|
@ -1,3 +1,4 @@
|
|||
#import <DOM/Document.idl>
|
||||
#import <DOM/EventHandler.idl>
|
||||
#import <DOM/EventTarget.idl>
|
||||
#import <HTML/Navigator.idl>
|
||||
|
@ -8,6 +9,7 @@ interface Window : EventTarget {
|
|||
// the current browsing context
|
||||
[LegacyUnforgeable] readonly attribute WindowProxy window;
|
||||
[Replaceable] readonly attribute WindowProxy self;
|
||||
[LegacyUnforgeable] readonly attribute Document document;
|
||||
|
||||
// other browsing contexts
|
||||
[Replaceable] readonly attribute WindowProxy frames;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue