My application have to load list of products and their images (hosted in S3).
The json of list is saved in IndexedDB and will load if no internet but image in now cache by browser (cache control)
I want to cache all image from AWS S3 to Service worker, can I do it?
My application have to load list of products and their images (hosted in S3). The json of list is saved in IndexedDB and will load if no internet but image in now cache by browser (cache control)
I want to cache all image from AWS S3 to Service worker, can I do it?