craftedbygc/taxi

updateCache improvements

jakewhiteley opened this issue · 0 comments

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

  1. Remove the .has check in updateCache
  2. Add a method to update content for any given URL