object EventSource extends Object
- Annotations
- @native() @JSGlobal()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EventSource
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
CLOSED: Int
The connection is not open, and the user agent is not trying to reconnect.
The connection is not open, and the user agent is not trying to reconnect. Either there was a fatal error or the close() method was invoked. W3C 2012
-
val
CONNECTING: Int
The connection has not yet been established, or it was closed and the user agent is reconnecting.
The connection has not yet been established, or it was closed and the user agent is reconnecting. W3C 2012
-
val
OPEN: Int
The user agent has an open connection and is dispatching events as it receives them.
The user agent has an open connection and is dispatching events as it receives them. W3C 2012
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
valueOf(): Any
- Definition Classes
- Object