mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
LibWeb: Use a callback function in ResizeObserver IDL
This commit is contained in:
committed by
Andreas Kling
parent
b267c4178a
commit
46fa18657c
Notes:
sideshowbarker
2024-07-17 16:26:37 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/46fa18657c Pull-request: https://github.com/SerenityOS/serenity/pull/13369 Reviewed-by: https://github.com/alimpfard ✅
@@ -10,7 +10,7 @@
|
||||
namespace Web::ResizeObserver {
|
||||
|
||||
// https://drafts.csswg.org/resize-observer/#dom-resizeobserver-resizeobserver
|
||||
NonnullRefPtr<ResizeObserver> ResizeObserver::create_with_global_object(JS::GlobalObject& global_object, JS::Value callback)
|
||||
NonnullRefPtr<ResizeObserver> ResizeObserver::create_with_global_object(JS::GlobalObject& global_object, Bindings::CallbackType const& callback)
|
||||
{
|
||||
// FIXME: Implement
|
||||
(void)global_object;
|
||||
|
||||
Reference in New Issue
Block a user