Show:

BO.WSocketEvent Class

Dispatches Websocket events: Connected onopen, Message onmessge and Closed onclose objects.

Constructor

BO.WSocketEvent

(
  • type
)

Parameters:

  • type String

    The event type

Item Index

Properties

target

Object

The event target

type

String

The event type

WSocketEvent.CLOSE

Unknown static

WSocketEvent.CONNECTED

Unknown static

WSocketEvent.MESSAGE

Unknown static