mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-10 19:46:03 +00:00
LibWeb/DOM: Move "stop intersection observing..." code into a method
We'll need to call it from elsewhere. Also add a missing step 5 from where we previously called it.
This commit is contained in:
parent
c6a18f795d
commit
97616fa108
Notes:
github-actions[bot]
2025-01-11 10:11:52 +00:00
Author: https://github.com/AtkinsSJ
Commit: 97616fa108
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3171
2 changed files with 17 additions and 8 deletions
|
@ -613,6 +613,7 @@ public:
|
|||
void run_the_update_intersection_observations_steps(HighResolutionTime::DOMHighResTimeStamp time);
|
||||
|
||||
void start_intersection_observing_a_lazy_loading_element(Element&);
|
||||
void stop_intersection_observing_a_lazy_loading_element(Element&);
|
||||
|
||||
void shared_declarative_refresh_steps(StringView input, GC::Ptr<HTML::HTMLMetaElement const> meta_element = nullptr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue