push-state.html 89 B

1234
  1. <script type="text/javascript">
  2. history.pushState('newState', 0, '?newState');
  3. </script>