mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:27:35 +00:00
LibWeb: Stub out a basic ResizeObserver interface
This patch establishes scaffolding for the ResizeObserver API.
This commit is contained in:
parent
5c9ca5c2dc
commit
fdc1c15064
7 changed files with 121 additions and 1 deletions
|
@ -211,6 +211,10 @@ namespace Web::RequestIdleCallback {
|
|||
class IdleDeadline;
|
||||
}
|
||||
|
||||
namespace Web::ResizeObserver {
|
||||
class ResizeObserver;
|
||||
}
|
||||
|
||||
namespace Web::SVG {
|
||||
class SVGElement;
|
||||
class SVGGeometryElement;
|
||||
|
@ -396,6 +400,7 @@ class PerformanceTimingWrapper;
|
|||
class PerformanceWrapper;
|
||||
class ProcessingInstructionWrapper;
|
||||
class ProgressEventWrapper;
|
||||
class ResizeObserverWrapper;
|
||||
class ScreenWrapper;
|
||||
class ScriptExecutionContext;
|
||||
class SubmitEventWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue