Caches all JS files built by Remix in a browser cache. This will use the Remix manifest to determine which files to cache. It will get every JS file, get all the already cached URLs, remove any old file, and finally add the new files to the cache.
This can only be run inside entry.client
Caches all JS files built by Remix in a browser cache. This will use the Remix manifest to determine which files to cache. It will get every JS file, get all the already cached URLs, remove any old file, and finally add the new files to the cache.
This can only be run inside entry.client