go(to:)
Makes the specified item in the back-forward list the current item.
Declaration
func go(to item: WebHistoryItem!)Parameters
- item:
A web history item that represents a visited webpage. If
itemis not in the back-forward list, an Invalidargumentexception exception is raised.