Javascript – How to prevent history.pushState from iFrame src change
For an existing <iframe> the src attribute gets changed with AlpineJS. How can I make the browser ignore this src change for the browser history? My current (basic) iframe code: <iframe :src="iframeSrc"></iframe>