onPageLoadProgressBarTimeout

abstract fun onPageLoadProgressBarTimeout(url: URL, duration: Long)

Called when a webpage load exceeds the expected duration.

Parameters

url

The URL taking too long to load.

duration

The duration of the load attempt in milliseconds.