Dart
dart:html
WebSocket
protocol property
protocol
description
protocol
property
Null safety
String
?
protocol
Implementation
String? get protocol native;
Dart
dart:html
WebSocket
protocol property
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