Reload Request
data class ReloadRequest(ignoreCache: Boolean?, scriptToEvaluateOnLoad: String?)
Content copied to clipboard
Represents request frame that can be used with Page#reload operation call.
Reloads given page optionally ignoring the cache.
See also
Constructors
ReloadRequest
Link copied to clipboard
fun ReloadRequest(ignoreCache: Boolean? = null, scriptToEvaluateOnLoad: String? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard