WebKit2.WebView.prototype.reload
function reload(): void {
// Gjs wrapper for webkit_web_view_reload()
}
Reloads the current contents of web_view. See also WebKit2.WebView.prototype.reload_bypass_cache.
function reload(): void {
// Gjs wrapper for webkit_web_view_reload()
}
Reloads the current contents of web_view. See also WebKit2.WebView.prototype.reload_bypass_cache.