Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

tarjei

Member since
tarjei

Recent Docs Activity

View all activity
Page 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)})