You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question about the lifetime of the observed targets of an IntersectionObserver instance. If an instance of a IntersectionObserver exists and it observers multiple targets what happens to the targets removed from the DOM and do not have a reference. Will they get garbage collected and will any internal event listeners or references to the removed target be cleaned up or garbage collected?
These issues are similar but what's unclear to me is the observed targets and any internal impact by not explicitly calling unobserve on observed targets.
I have a question about the lifetime of the observed targets of an IntersectionObserver instance. If an instance of a IntersectionObserver exists and it observers multiple targets what happens to the targets removed from the DOM and do not have a reference. Will they get garbage collected and will any internal event listeners or references to the removed target be cleaned up or garbage collected?
These issues are similar but what's unclear to me is the observed targets and any internal impact by not explicitly calling unobserve on observed targets.
The text was updated successfully, but these errors were encountered: