菜单
Dart
dart:html
WebSocket
支持的属性
支持
深色模式
浅色模式
描述
支持的
属性
bool
supported
检查当前平台是否支持此类型。
实现
static bool get supported => JS('bool', 'typeof window.WebSocket != "undefined"');
Dart
dart:html
WebSocket
支持的属性
WebSocket类
Cookie管理控件