WKBackForwardListItem
A representation of a webpage that the web view previously visited.
Declaration
@MainActor class WKBackForwardListItemOverview
Use a WKBackForwardListItem object to get information about previously visited webpages. This object identifies the page’s title and URL. It also identifes the URL that requested the webpage.
You don’t create WKBackForwardListItem objects directly. Instead, a WKBackForwardList object creates them in conjunction with its associated web view when the web view loads new pages.