Packages

object EventSource extends Object

Annotations
@native() @JSGlobal()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventSource
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. 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

  2. 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

  3. 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

  4. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  5. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  6. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  7. def toLocaleString(): String
    Definition Classes
    Object
  8. def valueOf(): Any
    Definition Classes
    Object