1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:47:45 +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:
Linus Groh 2022-03-08 19:37:41 +01:00
parent 6f941433d6
commit 03c46a261f
4 changed files with 317 additions and 0 deletions

View file

@ -515,6 +515,7 @@ class URLSearchParamsWrapper;
class URLWrapper;
class WebSocketWrapper;
class WindowObject;
class WindowProxy;
class WorkerWrapper;
class WorkerGlobalScopeWrapper;
class WorkerLocationWrapper;