WebKit2.FaviconDatabase.prototype.get_favicon_uri

function get_favicon_uri(page_uri: String): String {
    // Gjs wrapper for webkit_favicon_database_get_favicon_uri()
}
  

Obtains the URI of the favicon for the given page_uri.

page_uri

URI of the page containing the icon

Returns

a newly allocated URI for the favicon, or null if the database doesn't have a favicon for page_uri.