open method - CacheStorage class - dart:html library (original) (raw)

description

Future open(

  1. String cacheName )

Implementation

Future open(String cacheName) =>
    promiseToFuture(JS("creates:_Cache;", "#.open(#)", this, cacheName));