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
Navigation API: match the spec on popstate firing behavior
When intercepting a navigation with the navigate event, the popstate
event should only be fired if the navigation was a traversal
(necessarily same-document, since cross-document traversals aren't
interceptible), or if the navigation was a same-document fragment
navigation (i.e., not originating from the history API or the
navigation API).
Follows whatwg/html#10989 and
whatwg/html#10919
Fixed: 397377454, 398276373
Change-Id: I0f953cd10a8f2a80af0822e9ceafaaac965758fe
0 commit comments