open method - CacheStorage class - dart:html library (original) (raw)
Future open(
- String cacheName )
Implementation
Future open(String cacheName) =>
promiseToFuture(JS("creates:_Cache;", "#.open(#)", this, cacheName));
Future open(
Future open(String cacheName) =>
promiseToFuture(JS("creates:_Cache;", "#.open(#)", this, cacheName));