Cache images via service worker
Improves the image request logic by making it possible to check if an image is cached. In case an image is cached, it does not need to be put into the image queue because it won't be sent to the server.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,5 +5,6 @@ node_modules/
|
||||
.idea
|
||||
|
||||
build/*
|
||||
dev-dist/*
|
||||
|
||||
src/lib/graphql/schema.json
|
||||
Reference in New Issue
Block a user