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:
parent
110d73d786
commit
61fc3c31c6
3 changed files with 9 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue