menu
Dart
dart:html
CacheStorage
has method
has
dark_mode
light_mode
description
has
method
Future
has
(
String
cacheName
)
Implementation
Future has(String cacheName) => promiseToFuture(JS("", "#.has(#)", this, cacheName));
Dart
dart:html
CacheStorage
has method
CacheStorage class
Cookies management controls