WebKit2.FindController.prototype.search_previous
function search_previous(): void { // Gjs wrapper for webkit_find_controller_search_previous() }
Looks for the previous occurrence of the search text.
Calling this method before WebKit2.FindController.prototype.search or WebKit2.FindController.prototype.count_matches is a programming error.