updateCache improvements
jakewhiteley opened this issue · 0 comments
jakewhiteley commented
Currently, if you update the url via the history API and then call updateCache
, it won't update anything as the URL won't exist yet in the cache.
Either
- Remove the .has check in
updateCache
- Add a method to update content for any given URL