WebKit2.WebContext.prototype.get_favicon_database

function get_favicon_database(): WebKit2.FaviconDatabase {
    // Gjs wrapper for webkit_web_context_get_favicon_database()
}
  

Get the WebKit2.FaviconDatabase associated with context.

To initialize the database you need to call WebKit2.WebContext.prototype.set_favicon_database_directory.

Returns

the WebKit2.FaviconDatabase of context.