browser-history-navigatordeprecated

manipulates browser history and navigates to different module.

Usage no npm install needed!

<script type="module">
  import browserHistoryNavigator from 'https://cdn.skypack.dev/browser-history-navigator';
</script>

README

browser-history-navigator

manipulates browser history and more.

Test

parcel index.html

Tip

  • Always use browser_history.updateHistory() when the stateObj has url or fetchurl. As the data are fetched if (fetchurl || url) is present.
  • Try assigning the value to url property of stateObj and avoid using fetchurl.
  • If CORS request is used to fetch data, then assign the remote url to fetchurl.