README
browser-history-navigator
manipulates browser history and more.
Test
parcel index.html
Tip
- Always use
browser_history.updateHistory()when the stateObj hasurlorfetchurl. As the data are fetched if (fetchurl || url) is present. - Try assigning the value to
urlproperty ofstateObjand avoid usingfetchurl. - If CORS request is used to fetch data, then assign the remote url to
fetchurl.