Dart
dart:html
IntersectionObserver
takeRecords method
takeRecords
IntersectionObserver class
Constructors
IntersectionObserver
Properties
root
rootMargin
thresholds
hashCode
runtimeType
Methods
disconnect
observe
takeRecords
unobserve
noSuchMethod
toString
Operators
operator ==
takeRecords method
List
<
IntersectionObserverEntry
>
takeRecords
(
)
Implementation
List<IntersectionObserverEntry> takeRecords() native;