1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:07:35 +00:00

LibWeb: Add the ResizeObserverBoxOptions IDL enum

This commit is contained in:
Idan Horowitz 2022-04-01 23:32:18 +03:00
parent 110d73d786
commit 61fc3c31c6
3 changed files with 9 additions and 6 deletions

View file

@ -9,11 +9,12 @@
#include <AK/NonnullRefPtr.h>
#include <AK/RefCounted.h>
#include <LibWeb/Bindings/Wrappable.h>
#include <LibWeb/Forward.h>
namespace Web::ResizeObserver {
struct ResizeObserverOptions {
String box;
Bindings::ResizeObserverBoxOptions box;
};
// https://drafts.csswg.org/resize-observer/#resize-observer-interface