Created attachment 235199 [details] Add -[WKBackForwardListItem _isInSameDocumentAsItem:] Attaching a patch that adds this. Not sure yet if this will be needed.
The internal part of this can be useful in improving the behavior of PageLoadState::isLoading() so that it doesn’t change to true when navigating within the same page.
(In reply to comment #1) > The internal part of this can be useful in improving the behavior of PageLoadState::isLoading() so that it doesn’t change to true when navigating within the same page. …or at least to not create and pass a new navigation ID for such navigations.