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

description

Future has(

  1. String cacheName )

Implementation

Future has(String cacheName) =>
    promiseToFuture(JS("", "#.has(#)", this, cacheName));