Bug 1917542 Comment 5 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Here's a simple reproduction of that difference for `e.navigationType`: Go to https://navigationtype.glitch.me/, open the web console, enable "Persist logs" and click the link in the page. In Firefox it will log `push` and in Chrome `replace`. So the root cause of the different behavior seems to be this polyfill setting a different `navigationType` than Chrome's native implementation.
Here's a simple reproduction of that difference for `e.navigationType`: Go to https://hbenl.github.io/test/navigationtype/ (previously https://navigationtype.glitch.me/), open the web console, enable "Persist logs" and click the link in the page. In Firefox it will log `push` and in Chrome `replace`. So the root cause of the different behavior seems to be this polyfill setting a different `navigationType` than Chrome's native implementation.

Back to Bug 1917542 Comment 5