deleteAsync
The delete()
method of the CacheStorage interface finds the Cache object matching the cacheName
, and if found, deletes the Cache object and returns a Promise that resolves to true
.
The delete()
method of the CacheStorage interface finds the Cache object matching the cacheName
, and if found, deletes the Cache object and returns a Promise that resolves to true
.