DomStable

data class DomStable(val quietMillis: Long = 500) : WaitUntil

No DOM mutations for quietMillis.

Independent of network activity, so it is the signal that works on both backends and the one to reach for on a client-rendered page.

Constructors

Link copied to clipboard
constructor(quietMillis: Long = 500)

Properties

Link copied to clipboard
val quietMillis: Long = 500

How long the DOM must stay unmutated before this condition is satisfied.