Dart SDK
dart:html
WebSocket
property
instanceRuntimeType
instanceRuntimeType
class WebSocket
Constructors
WebSocket
internal_
Properties
binaryType
bufferedAmount
extensions
onClose
onError
onMessage
onOpen
protocol
readyState
url
hashCode
on
runtimeType
Methods
close
send
sendBlob
sendByteBuffer
sendString
sendTypedData
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
toString
Operators
operator ==
Static properties
instanceRuntimeType
supported
Constants
CLOSED
closeEvent
CLOSING
CONNECTING
errorEvent
messageEvent
OPEN
openEvent
Type
instanceRuntimeType
Source
@Deprecated("Internal Use Only") external static Type get instanceRuntimeType;
property instanceRuntimeType