July 2018
Intermediate to advanced
354 pages
8h 51m
English
If you need to check if a named cache exists, the has method returns a promise, resolving true:
caches.has(cacheName).then(function(ret) {
// true: your cache exists!
});
Read now
Unlock full access