-
@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. TheCache
interface is exposed both to windowed scopes as well as workers: developer.mozilla.org/en-US/docs/Web/API/Cache.