1.0.2 • Published 5 years ago

browser-history-navigator v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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.