BackForwardList.getNthItem

Returns the item at a given index relative to the current item.

class BackForwardList
getNthItem
(
int index
)

Parameters

index int

the index of the item

Return Value

Type: webkit.back_forward_list_item.BackForwardListItem

the #WebKitBackForwardListItem located at the specified index relative to the current item or null.