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