WebKit2.WebContext.prototype.get_favicon_database_directory

function get_favicon_database_directory(): String {
    // Gjs wrapper for webkit_web_context_get_favicon_database_directory()
}
  

Get the directory path being used to store the favicons database for context, or null if WebKit2.WebContext.prototype.set_favicon_database_directory hasn't been called yet.

This function will always return the same path after having called WebKit2.WebContext.prototype.set_favicon_database_directory for the first time.

Returns

the path of the directory of the favicons database associated with context, or null.