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