EventSource
open external class EventSource(url: String, init: EventSourceInit = definedExternally) : EventTarget(source)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the state of this EventSource object's connection. It can have the values described below.
Link copied to clipboard
Returns true if the credentials mode for connection requests to the URL providing the event stream is set to "include", and false otherwise.