Package-level declarations
Types
Link copied to clipboard
open class EventSource(val url: String, init: EventSourceInit = definedExternally) : EventTarget, JsCloseable
The EventSource interface is web content's interface to server-sent events.
Link copied to clipboard
interface EventSourceInit
Properties
Link copied to clipboard
Link copied to clipboard
val <C : EventSource> C.messageEvent: EventInstance<MessageEvent<ERROR CLASS: Symbol not found for JsAny??>, C, C>
Link copied to clipboard