quirkey/sammy

Set history.state property

bertanyaman opened this issue · 0 comments

Hi,

Is there any way to set an custom state object to history.state property on every hashchange event with sammyjs ?

Example with javascript
history.pushState({customStateObject: 1}, "title", "dashboard.html");