菜单
Dart
dart:html
History
supportsState 属性
supportsState
暗黑模式
亮模式
描述
supportsState
属性
bool
supportsState
检查当前平台是否支持状态 API。
另请参阅
pushState
replaceState
state
实现
static bool get supportsState => JS('bool', '!!window.history.pushState');
Dart
dart:html
History
supportsState 属性
History 类
Cookie 管理控件