Skip to content

Instantly share code, notes, and snippets.

@uiur
Created May 21, 2015 07:11
Show Gist options
  • Save uiur/0aacc23ab279a00493d3 to your computer and use it in GitHub Desktop.
Save uiur/0aacc23ab279a00493d3 to your computer and use it in GitHub Desktop.
assign history.state
function assign (object) {
history.replaceState(
Object.assign(history.state, object),
document.title
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment