onQueryCanceled

open fun onQueryCanceled(browser: CefBrowser, frame: CefFrame, queryId: Long)

Called when a pending JavaScript query is canceled.

Parameters

browser

The corresponding browser.

frame

The frame generating the event. Instance only valid within the scope of this method.

queryId

The unique ID for the query.