menu
Dart
dart:html
CacheStorage
delete method
delete
dark_mode
light_mode
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
Cookies management controls