Dart
dart:html
WebSocket
OPEN constant
OPEN
description
OPEN
constant
Null safety
int
const
OPEN
Implementation
static const int OPEN = 1;
Dart
dart:html
WebSocket
OPEN constant
WebSocket class
Constructors
WebSocket
Properties
binaryType
bufferedAmount
extensions
hashCode
on
onClose
onError
onMessage
onOpen
protocol
readyState
runtimeType
url
Methods
addEventListener
close
dispatchEvent
noSuchMethod
removeEventListener
send
sendBlob
sendByteBuffer
sendString
sendTypedData
toString
Operators
operator ==
Static properties
supported
Constants
CLOSED
closeEvent
CLOSING
CONNECTING
errorEvent
messageEvent
OPEN
openEvent