Dart SDK
dart:html
EventSource
EventSource
constructor
EventSource
EventSource
Constants
errorEvent
messageEvent
openEvent
CLOSED
CONNECTING
OPEN
Properties
readyState
url
withCredentials
onError
onMessage
onOpen
on
Constructors
EventSource
Methods
close
addEventListener
removeEventListener
dispatchEvent
EventSource
(
String
url
,
{
withCredentials
:
false
}
)
(Not documented.)