1.0.2 • Published 6 years ago
browser-history-navigator v1.0.2
browser-history-navigator
manipulates browser history and more.
Test
parcel index.htmlTip
- 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.