Parameter | Description |
---|---|
sUrl | The new URL |
sTitle | The new page title |
stateData | A tWebValueTree struct to store additional data |
Procedure OnHistoryPopState String sTitle String sUrl tWebValueTree stateData
This event is called when the back button is used in the browser and the history item was pushed using HistoryPushState.
In that case, the browser does not reload the page, but fires this event, allowing the application itself to respond to the event . The stateData object contains the information that was passed to it when calling HistoryPushState. Maps to the JavaScript browser popstate event.