You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an option, like data-pjax-action="replace", for replacing current history entry when requesting a new page by clicking a link or calling loadUrl(href, [options])?
eg. Given a history stack, page-a > page-b, it would be page-a > page-c after requesting page-c.
And it seems like a common usage.
The text was updated successfully, but these errors were encountered:
Is there an option, like
data-pjax-action="replace"
, for replacing current history entry when requesting a new page by clicking a link or callingloadUrl(href, [options])
?eg. Given a history stack,
page-a > page-b
, it would bepage-a > page-c
after requestingpage-c
.And it seems like a common usage.
The text was updated successfully, but these errors were encountered: