Top "Pushstate" questions

The HTML5 History API allows a web page to manipulate the contents of the history stack in order to dynamically update the URL and respond to the back button.

SecurityError: The operation is insecure - window.history.pushState()

I'm getting this error in Firefox's Console: SecurityError: The operation is insecure and the guilty is HTML5 feature: window.history.…

javascript html url history pushstate
window.history.pushState refreshing the browser

I am working on some javascript code, and using window.History.pushState to load new HTML pages, instead of using …

javascript php html browser pushstate
Good tutorial for using HTML5 History API (Pushstate?)

I am looking into using the HTML5 History API to resolve deep linking problems with AJAX loaded content, but I …

javascript html pushstate html5-history
S3 Static Website Hosting Route All Paths to Index.html

I am using S3 to host a javascript app that will use HTML5 pushStates. The problem is if the user …

amazon-web-services redirect amazon-s3 routing pushstate
Does Internet Explorer support pushState and replaceState?

Does anybody know if Internet Explorer supports the history.pushState() and history.replaceState() methods for manipulating browser history? Considering these …

internet-explorer html pushstate
How to get notified about changes of the history via history.pushState?

So now that HTML5 introduces history.pushState to change the browsers history, websites start using this in combination with Ajax …

javascript firefox-addon browser-history pushstate
Appending parameter to URL without refresh

I know this has been asked many times before but answers were not descriptive enough to solve my problem. I …

javascript jquery html pushstate html5-history
How to detect when history.pushState and history.replaceState are used?

Is there some event I can subscribe to when the history state is modified? How?

javascript html browser-history pushstate
pushState() and popState(): manipulating browsers' history

I am working on a small project in which I want to create an Ajax-style website. Content is loaded with …

jquery html pushstate history.js popstate
How to trigger change when using the back button with history.pushstate and popstate?

I'm pretty much a novice when it comes to js so I'm sorry if I'm missing something really simple. Basically, …

javascript html back-button pushstate