forwardList
The array of items that follow the current item.
Declaration
@MainActor var forwardList: [WebPage.BackForwardList.Item] { get }Discussion
The items are in the order in which they were originally visited.
The array of items that follow the current item.
@MainActor var forwardList: [WebPage.BackForwardList.Item] { get }The items are in the order in which they were originally visited.