WebKit2.BackForwardList.prototype.get_current_item

function get_current_item(): WebKit2.BackForwardListItem {
    // Gjs wrapper for webkit_back_forward_list_get_current_item()
}
  

Returns the current item in back_forward_list.

Returns

a WebKit2.BackForwardListItem or null if back_forward_list is empty.