1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-19 21:45:08 +00:00
serenity/Userland/Libraries/LibWeb/IntersectionObserver
Timothy Flynn ebe704a03d LibWeb: Stub out a basic IntersectionObserver interface
Note there are a couple of type differences between the spec and the IDL
file added in this commit. For example, we will need to support a type
of Variant to handle spec types such as "(double or sequence<double>)".
But for now, this allows web pages to construct an IntersectionObserver
with any valid type.
2021-10-14 10:32:51 +02:00
..
IntersectionObserver.cpp LibWeb: Stub out a basic IntersectionObserver interface 2021-10-14 10:32:51 +02:00
IntersectionObserver.h LibWeb: Stub out a basic IntersectionObserver interface 2021-10-14 10:32:51 +02:00
IntersectionObserver.idl LibWeb: Stub out a basic IntersectionObserver interface 2021-10-14 10:32:51 +02:00