stellar-sdk
Toggle table of contents
1.3.0
js
Target filter
js
Switch theme
Search in API
Skip to content
stellar-sdk
stellar-sdk
/
com.soneso.stellar.sdk.horizon.requests
/
EventSource
Event
Source
js
external
class
EventSource
(
url
:
String
,
eventSourceInitDict
:
EventSourceInit
=
definedExternally
)
External declaration for browser EventSource API.
Members
Constructors
Event
Source
Link copied to clipboard
js
constructor
(
url
:
String
,
eventSourceInitDict
:
EventSourceInit
=
definedExternally
)
Types
Companion
Link copied to clipboard
js
object
Companion
Properties
onerror
Link copied to clipboard
js
var
onerror
:
(
Event
)
->
Unit
?
onmessage
Link copied to clipboard
js
var
onmessage
:
(
Event
)
->
Unit
?
onopen
Link copied to clipboard
js
var
onopen
:
(
Event
)
->
Unit
?
ready
State
Link copied to clipboard
js
val
readyState
:
Short
url
Link copied to clipboard
js
val
url
:
String
with
Credentials
Link copied to clipboard
js
val
withCredentials
:
Boolean
Functions
close
Link copied to clipboard
js
fun
close
(
)