WebKit2.FindController.prototype.search_finish
function search_finish(): void { // Gjs wrapper for webkit_find_controller_search_finish() }
Finishes a find operation started by WebKit2.FindController.prototype.search. It will basically unhighlight every text match found.
This method will be typically called when the search UI is closed/hidden by the client application.