WebKit2.WebView.prototype.get_back_forward_list
function get_back_forward_list(): WebKit2.BackForwardList {
// Gjs wrapper for webkit_web_view_get_back_forward_list()
}
Obtains the WebKit2.BackForwardList associated with the given WebKit2.WebView. The WebKit2.BackForwardList is owned by the WebKit2.WebView.
- Returns