Navigate Response
data class NavigateResponse(frameId: FrameId, loaderId: LoaderId?, errorText: String?)
Content copied to clipboard
Represents response frame that is returned from Page#navigate operation call. Navigates current page to the given URL.
See also
Constructors
NavigateResponse
Link copied to clipboard
fun NavigateResponse(frameId: FrameId, loaderId: LoaderId? = null, errorText: String? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard