tomayac’s avatartomayac’s Twitter Archive—№ 11,989

  1. …in reply to @chrisdwheatley_
    @chrisdwheatley_ @workboxjs Independent of @workboxjs, you can just call Cache.add() from the app directly: developer.mozilla.org/en-US/docs/Web/API/Cache/add. The Cache interface is exposed both to windowed scopes as well as workers: developer.mozilla.org/en-US/docs/Web/API/Cache.