menu
Dart
dart:html
CacheStorage
delete method
delete
brightness_4
brightness_5
description
delete
method
Future
delete
(
String
cacheName
)
Implementation
Future delete(String cacheName) => promiseToFuture(JS("", "#.delete(#)", this, cacheName));
Dart
dart:html
CacheStorage
delete method
CacheStorage class
Properties
hashCode
runtimeType
Methods
delete
has
keys
match
noSuchMethod
open
toString
Operators
operator ==