mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibWeb: Implement the WindowProxy exotic object
A couple steps requiring working relationships between browsing contexts are currently FIXME'd - see #12917.
This commit is contained in:
parent
6f941433d6
commit
03c46a261f
Notes:
sideshowbarker
2024-07-17 17:42:54 +09:00
Author: https://github.com/linusg
Commit: 03c46a261f
Pull-request: https://github.com/SerenityOS/serenity/pull/12952
Reviewed-by: https://github.com/awesomekling ✅
4 changed files with 317 additions and 0 deletions
|
@ -515,6 +515,7 @@ class URLSearchParamsWrapper;
|
|||
class URLWrapper;
|
||||
class WebSocketWrapper;
|
||||
class WindowObject;
|
||||
class WindowProxy;
|
||||
class WorkerWrapper;
|
||||
class WorkerGlobalScopeWrapper;
|
||||
class WorkerLocationWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue