shouldShowBrokenSitePrompt

abstract suspend fun shouldShowBrokenSitePrompt(url: String, refreshPatterns: Set<RefreshPattern>): Boolean

Determines whether the broken site prompt should be shown for the given URL and detected refresh patterns.

Return

true if the prompt should be shown, false otherwise.

Parameters

url

The URL of the page.

refreshPatterns

The set of detected refresh patterns.