backList
The array of items that precede the current item.
Declaration
@MainActor var backList: [WebPage.BackForwardList.Item] { get }Discussion
The items are in the order in which the page originally visited them.
The array of items that precede the current item.
@MainActor var backList: [WebPage.BackForwardList.Item] { get }The items are in the order in which the page originally visited them.