menu
Dart
dart:html
CacheStorage
has method
has
dark_mode
light_mode
描述
包含
方法
Future
包含
(
String
cacheName
)
实现
Future has(String cacheName) => promiseToFuture(JS("", "#.has(#)", this, cacheName));
Dart
dart:html
CacheStorage
包含方法
CacheStorage 类
Cookie 管理控件