Dart SDK
dart:html
EventSource
constructor
EventSource.internal_
EventSource.internal_
class EventSource
Constructors
EventSource
internal_
Properties
onError
onMessage
onOpen
readyState
url
withCredentials
hashCode
on
runtimeType
Methods
close
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
toString
Operators
operator ==
Static properties
instanceRuntimeType
Constants
CLOSED
CONNECTING
errorEvent
messageEvent
OPEN
openEvent
EventSource.internal_
(
)
Source
@Deprecated("Internal Use Only") EventSource.internal_() : super.internal_();
constructor EventSource.internal_