menu
Dart
dart:html
CacheStorage
has method
has
brightness_4
brightness_5
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
Properties
hashCode
runtimeType
Methods
delete
has
keys
match
noSuchMethod
open
toString
Operators
operator ==