LazyLoadDetector class
A class for detecting lazy loading on webpages
Constructors
- LazyLoadDetector.new({Logger? logger})
- Creates a new LazyLoadDetector
Properties
Methods
-
detectLazyLoading(
String html) → LazyLoadDetectionResult - Detects lazy loading in HTML
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited