You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: