Goal: I want to perform one action for a group of elements which are intersecting on page load and handle all others(which are currently not intersecting) individually.
Issue: Every observer has its own callback and I can't get result for a group of them synchronously.
Possible solution: If the intersection observer can be asked initially if the element is intersecting. As far as I know, there is no such functionality, so every idea or help will be appreciated.