Dart SDK
dart:html
WebSocket
supported
supported
Dart SDK
dart:html
WebSocket
supported
property
supported
Dart SDK
dart:html
WebSocket
Constants
CLOSED
closeEvent
CLOSING
CONNECTING
errorEvent
messageEvent
OPEN
openEvent
Static properties
instanceRuntimeType
supported
Constructors
WebSocket
internal_
Properties
binaryType
bufferedAmount
extensions
onClose
onError
onMessage
onOpen
protocol
readyState
url
hashCode
on
runtimeType
Operators
operator ==
Methods
close
send
sendBlob
sendByteBuffer
sendString
sendTypedData
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
toString
bool
supported
Checks if this type is supported on the current platform.
Source
static bool get supported => true;