Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
CacheStorage.has() |
This is how this works in Chrome and Firefox. Test with this simeple line: caches.has('https://www.example.com/test/me').then((r) => {console.log('rr', r)}).catch(cv => {console.log('cv', cv)}) |